summaryrefslogtreecommitdiffstats
path: root/nrf24l01/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'nrf24l01/uart.h')
-rw-r--r--nrf24l01/uart.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/nrf24l01/uart.h b/nrf24l01/uart.h
deleted file mode 100644
index 81db74b..0000000
--- a/nrf24l01/uart.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef UART_H
-#define UART_H
-
-void uart_init(void);
-void uart_write(char c);
-void uart_write_line(const char *s);
-
-#endif /* UART_H */