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(DBG_CONF_UART, b)
67 static char debug_frame = 0;
108 while(s && *s != 0) {
#define dbg_flush()
Flushes character output.
Header file for the cc2538 Debug I/O module.
unsigned int dbg_send_bytes(const unsigned char *seq, unsigned int len)
Print a stream of bytes.
Header file for cc2538's UART-like I/O over USB.