diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-01 10:24:46 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-01 10:24:46 +0800 |
| commit | d11b0f733b293c768f1bca6bc54ae88997d691a2 (patch) | |
| tree | db4f8af1ced15f9a8b7bc61b3fad8b25e1a79c43 /sleep/uart.h | |
| parent | 3e0215f1bcb7018dbbcd1cff9b2dce606cb0328d (diff) | |
| download | smart-home-d11b0f733b293c768f1bca6bc54ae88997d691a2.tar.gz | |
Delete temp, sleep mode code.
Diffstat (limited to 'sleep/uart.h')
| -rw-r--r-- | sleep/uart.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sleep/uart.h b/sleep/uart.h deleted file mode 100644 index a88a3c6..0000000 --- a/sleep/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 */ |
