summaryrefslogtreecommitdiff
path: root/dummy_functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-16 11:32:25 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-16 11:32:25 -0400
commit53b0084de1e0b3cdb94fd345a03911f80ebcb784 (patch)
treeb757518dbaf8b3845fb34d6a22cbef00301dd3fa /dummy_functions.h
parent51aec80f5b733b25e0875e22f82537fd31eb4ee4 (diff)
add function to initialize Flash
Diffstat (limited to 'dummy_functions.h')
-rw-r--r--dummy_functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dummy_functions.h b/dummy_functions.h
index a00569f..7c2833c 100644
--- a/dummy_functions.h
+++ b/dummy_functions.h
@@ -11,6 +11,4 @@ void GPIB_Set_Device_Dependent_Error();
void GPIB_Set_Execution_Error();
void Main_update_shift_registers();
void Error_check(void*);
-int readUserBlock(FlashStruct mem);
-void writeUserBlock(FlashStruct mem, int addr, int numbytes);
#endif