Project

General

Profile

Revision 1212

Finished the bom test (calling the not-finished hardware functions for now)

View differences:

comm_server.c
214 214

  
215 215
static void handle_message_start_test_bom (char *buffer)
216 216
{
217
	// TODO: handle start_test bom _emitter/detector_ all/num
217 218
	handle_message_start_test_component (buffer, test_bom_all_helper, test_bom_helper);
218 219
}
219 220

  
......
305 306
// ## Main loop ##
306 307
// ###############
307 308

  
308
static void ready ()
309
static void ready (void)
309 310
{
310 311
	usb_puts ("# Ready" NL);
311 312
}

Also available in: Unified diff