Go to the documentation of this file.
47 #define DBG_CONF_USB 0
51 #define write_byte(b) usb_serial_writeb(b)
52 #define flush() usb_serial_flush()
54 #define write_byte(b) uart_write_byte(b)
67 static char debug_frame = 0;
108 while(s && *s != 0) {