summaryrefslogtreecommitdiff
path: root/dummy_functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 20:42:24 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-15 20:42:24 -0400
commitc210f9167be5bb4b8ac63faf1817e086c8d94ed7 (patch)
treef03c495c2130bbb7cdce0bc488510f3e9ce7e0b4 /dummy_functions.h
parent0e73c5d7d6346a54f84f1e10471aa974f10752c5 (diff)
initial support for read/write commands on packed flash struct
Diffstat (limited to 'dummy_functions.h')
-rw-r--r--dummy_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy_functions.h b/dummy_functions.h
index aced9b3..f72ba6a 100644
--- a/dummy_functions.h
+++ b/dummy_functions.h
@@ -9,5 +9,5 @@ void GPIB_Set_Device_Dependent_Error();
void GPIB_Set_Execution_Error();
void Main_update_shift_registers();
void Error_check(void*);
-
+void writeUserBlock(int addr, int numbytes);
#endif