From 6746e37088ce8ba03529c1226bd216705edb2b1f Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 10 Apr 2015 01:25:48 +0900 Subject: Remove core library and build files --- common/uart.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 common/uart.h (limited to 'common/uart.h') diff --git a/common/uart.h b/common/uart.h deleted file mode 100644 index 41136a396f..0000000000 --- a/common/uart.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _uart_included_h_ -#define _uart_included_h_ - -#include - -void uart_init(uint32_t baud); -void uart_putchar(uint8_t c); -uint8_t uart_getchar(void); -uint8_t uart_available(void); - -#endif -- cgit v1.2.3