From f9357256249657af2374e3c334b9180e63dc5a30 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 16 Jun 2017 00:22:47 +0200 Subject: Split in different files --- floppyMusic/uart.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'floppyMusic/uart.h') diff --git a/floppyMusic/uart.h b/floppyMusic/uart.h index 4943af9..1954357 100644 --- a/floppyMusic/uart.h +++ b/floppyMusic/uart.h @@ -15,9 +15,10 @@ #include + #define _GET_UBBR(BAUD) ( (F_CPU / 16 * BAUD) - 1) -void uart_init(uint32_t _baud); +void uart_init(unsigned int _baud); void uart_send(char _data); @@ -25,4 +26,5 @@ void uart_send_string(char *_data); char uart_recieve(void); + #endif /* UART_H_ */ \ No newline at end of file -- cgit v1.2.3