From f4125707399d11a7d80587659c464b9bcddb8c56 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 7 Jun 2012 02:25:15 +0900 Subject: Moved files to common, protocol and doc directory --- uart.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 uart.h (limited to 'uart.h') diff --git a/uart.h b/uart.h deleted file mode 100644 index 41136a396..000000000 --- a/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-24-g4f1b