summaryrefslogtreecommitdiffstats
path: root/uart.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-03-09 17:21:52 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-03-09 17:21:52 +0800
commita62ca9eaac7bc3f20d941a16d0daeeab3ad9cbf9 (patch)
treebec337cd83683fdf9ecef8df4a4a76fc85bcc489 /uart.h
parent4356725e64d5c5eaf76ef413df94a65d02f84775 (diff)
downloadavr-nrf24l01-driver-a62ca9eaac7bc3f20d941a16d0daeeab3ad9cbf9.tar.gz
Remove write_char() from public interface.
Diffstat (limited to 'uart.h')
-rw-r--r--uart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/uart.h b/uart.h
index 854cd14..a88a3c6 100644
--- a/uart.h
+++ b/uart.h
@@ -2,7 +2,6 @@
#define UART_H
void uart_init(void);
-void uart_write_char(char c);
void uart_write(const char *s);
void uart_write_line(const char *s);