Project

General

Profile

Revision 1166

Added # to the beginning of every USB output line, as it should not be interpreted by the server.

View differences:

self_test.c
3 3

  
4 4
void self_test ()
5 5
{
6
	usb_puts("Doing self test" NL);
6
	usb_puts("# Doing self test" NL);
7 7
	
8 8
	// FIXME implement
9 9
	// move all movable parts a bit, and flahsh the lights
10 10
	
11
	usb_puts("Self test finished" NL);
11
	usb_puts("# Self test finished" NL);
12 12
}

Also available in: Unified diff