Revision 1166
Added # to the beginning of every USB output line, as it should not be interpreted by the server.
test_motors.c | ||
---|---|---|
39 | 39 |
|
40 | 40 |
void test_motors (void) |
41 | 41 |
{ |
42 |
usb_puts("Testing motors" NL); |
|
42 |
usb_puts("# Testing motors" NL);
|
|
43 | 43 |
|
44 | 44 |
test_motors_direction (FORWARD, BACKWARD); |
45 | 45 |
test_motors_direction (BACKWARD, FORWARD); |
... | ... | |
49 | 49 |
//send data |
50 | 50 |
|
51 | 51 |
|
52 |
usb_puts("Testing motors finished" NL); |
|
52 |
usb_puts("# Testing motors finished" NL);
|
|
53 | 53 |
} |
Also available in: Unified diff