From 434bcfcb9c990a849c828704a9bf2d268158e5e8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 10 Apr 2022 22:14:23 +0000 Subject: deploy: 6e9e264c65f30e4046efbf27ebe801cd1f338122 --- watch__uart_8h_source.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'watch__uart_8h_source.html') diff --git a/watch__uart_8h_source.html b/watch__uart_8h_source.html index 83c579ac..372a7674 100644 --- a/watch__uart_8h_source.html +++ b/watch__uart_8h_source.html @@ -105,21 +105,10 @@ $(function() {
48
53char watch_uart_getc(void);
54
-
55// Begin deprecated functions:
-
56
-
60__attribute__((deprecated("Use watch_enable_uart to enable the UART.")))
-
61void watch_enable_debug_uart(uint32_t baud);
-
62
-
66__attribute__((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")))
-
67void watch_debug_putc(char c);
-
68
-
72__attribute__((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")))
-
73void watch_debug_puts(char *s);
-
75#endif
+
56#endif
char watch_uart_getc(void)
Receives a single byte from the UART's RX pin.
void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)
Initializes the debug UART.
void watch_uart_puts(char *s)
Transmits a string of bytes on the UART's TX pin.
-
__attribute__((deprecated("Use watch_enable_uart to enable the UART."))) void watch_enable_debug_uart(uint32_t baud)
Initializes the debug UART.
-- cgit v1.2.3