Move internal serial interface into separate header file
commit7c62ec975534326b2b8cec4be76fc2d671eb27fd
authorPetr Ledvina <ledvinap@gmail.com>
Thu, 29 Jan 2015 14:05:28 +0000 (29 15:05 +0100)
committerPetr Ledvina <ledvinap@gmail.com>
Mon, 23 Feb 2015 08:17:06 +0000 (23 09:17 +0100)
treee2d971aa2bf8857d9b7d39e03c71377c6365ddb1
parent7c263254b2cfaeeae4e2e99f55b682209e60cd89
Move internal serial interface into separate header file

Declaring function from other file is quite dangerous - there is no warning if interfaces get out of sync
src/main/drivers/serial_uart.c
src/main/drivers/serial_uart.h
src/main/drivers/serial_uart_impl.h [new file with mode: 0644]
src/main/drivers/serial_uart_stm32f10x.c
src/main/drivers/serial_uart_stm32f30x.c