blob: f7cff85a144901e3ca4b2ded384ef6f358514535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "dummy_functions.h"
void Menu_Refresh() {}
void Menu_Update_Display() {}
void GPIB_Set_Command_Error() {}
void GPIB_Set_Query_Error() {}
void GPIB_Set_Device_Dependent_Error() {}
void GPIB_Set_Execution_Error() {}
void Main_update_shift_registers() { }
void IO_output_to_comm_bus(char* w, int n) { } //replace with real function
void Error_check(void* p) { }
|