diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 20:42:24 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-15 20:42:24 -0400 |
commit | c210f9167be5bb4b8ac63faf1817e086c8d94ed7 (patch) | |
tree | f03c495c2130bbb7cdce0bc488510f3e9ce7e0b4 /dummy_functions.c | |
parent | 0e73c5d7d6346a54f84f1e10471aa974f10752c5 (diff) |
initial support for read/write commands on packed flash struct
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index ffd4917..98d0afb 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -8,3 +8,4 @@ void GPIB_Set_Device_Dependent_Error() {} void GPIB_Set_Execution_Error() {} void Main_update_shift_registers() { } void Error_check(void* p) { } +void writeUserBlock(int addr, int numbytes) {} |