diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-11-19 22:44:45 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-11-19 22:44:45 +0000 |
commit | c519e6365e50645510d3394b2bcc67a501748b8c (patch) | |
tree | 9be4cad39947134d58315d16ce993f154b12b342 /flash/uart_boot/uart.h | |
parent | 30237007f1cccdc12e6012a01a87ed83b6024fff (diff) |
Makefile and adjustments for compiling uart_boot under cygwin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5439 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'flash/uart_boot/uart.h')
-rw-r--r-- | flash/uart_boot/uart.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flash/uart_boot/uart.h b/flash/uart_boot/uart.h index 46b082c497..a0c10d1a0f 100644 --- a/flash/uart_boot/uart.h +++ b/flash/uart_boot/uart.h @@ -53,4 +53,5 @@ void UartClose(tUartHandle handle); -#endif // _UART_H
\ No newline at end of file +#endif // _UART_H + |