summaryrefslogtreecommitdiff
path: root/dummy_functions.c
blob: 16564e819e233695ca3615136a95ea15c1467348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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) { }
int query_int(char** resp, int n)
{
	return 0;
}