From 9a5753f23fb7d55a7a72c8cf9846cc72349c65de Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 13 Feb 2014 16:45:48 +0100 Subject: Split up main.c --- uart.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 uart.h (limited to 'uart.h') diff --git a/uart.h b/uart.h new file mode 100644 index 0000000..179f582 --- /dev/null +++ b/uart.h @@ -0,0 +1,7 @@ +#ifndef UART_H +#define UART_H + +void uartInit (); + +#endif /* UART_H */ + -- cgit v1.2.3