From c210f9167be5bb4b8ac63faf1817e086c8d94ed7 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 15 Aug 2012 20:42:24 -0400 Subject: initial support for read/write commands on packed flash struct --- dummy_functions.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dummy_functions.c') 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) {} -- cgit