diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:21:34 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-09-07 10:21:34 -0400 |
commit | b9264ec05328aae8f29e56d945f5168848b89737 (patch) | |
tree | ce9a7f0d6d7c14e9e942fc891a660e859532d74b /dummy_functions.c | |
parent | 61990ae8b79aca30745eca02b44e63c377504176 (diff) |
first attempt at adding Main_update_shift_registers
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index 4760c0a..d7c46f4 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -32,6 +32,5 @@ void GPIB_set_ESE (unsigned int byte,int operation) {} void GPIB_clear_events () {} void GPIB_change_address(int new_address) {} -void Main_update_shift_registers() { } void Main_return_to_local() {} |