summaryrefslogtreecommitdiffstats
path: root/batchk/uart.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-01 14:27:50 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-01 14:27:50 +0800
commit134bc428438b673e62cd2385ca20e6c0a0423092 (patch)
tree9f38aff4ee787d465894ec605b9df0e756fa7d42 /batchk/uart.h
parent14d4c6d56c0f999bbd7d8a2331e463192155dc7e (diff)
downloadsmart-home-134bc428438b673e62cd2385ca20e6c0a0423092.tar.gz
Delete bat check code.
Diffstat (limited to 'batchk/uart.h')
-rw-r--r--batchk/uart.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/batchk/uart.h b/batchk/uart.h
deleted file mode 100644
index a88a3c6..0000000
--- a/batchk/uart.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef UART_H
-#define UART_H
-
-void uart_init(void);
-void uart_write(const char *s);
-void uart_write_line(const char *s);
-
-#endif /* UART_H */