From d11b0f733b293c768f1bca6bc54ae88997d691a2 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 1 May 2025 10:24:46 +0800 Subject: Delete temp, sleep mode code. --- sleep/uart.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 sleep/uart.h (limited to 'sleep/uart.h') 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 */ -- cgit v1.2.3