24 #ifndef _WATCH_UART_H_INCLUDED
25 #define _WATCH_UART_H_INCLUDED
43 __attribute__((deprecated(
"Use printf to log debug messages over USB.")))
44 void watch_enable_debug_uart(uint32_t baud);
49 __attribute__((deprecated("Use printf to log debug messages over USB.")))
50 void watch_debug_putc(
char c);
55 __attribute__((deprecated("Use printf to log debug messages over USB.")))
56 void watch_debug_puts(
char *s);
__attribute__((deprecated("Use printf to log debug messages over USB."))) void watch_enable_debug_uart(uint32_t baud)
Initializes the debug UART.