Go to the documentation of this file.
9 #include "contiki-conf.h"
10 #include "dev/uart1.h"
16 #if SLIP_ARCH_CONF_ENABLE
18 static char debug_frame = 0;
21 uart1_writeb(SLIP_END);
27 uart1_writeb((
char)c);
29 #if SLIP_ARCH_CONF_ENABLE
35 uart1_writeb(SLIP_END);