summaryrefslogtreecommitdiff
path: root/flash/uart_boot/uart.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-11-19 22:44:45 +0000
committerJens Arnold <amiconn@rockbox.org>2004-11-19 22:44:45 +0000
commitc519e6365e50645510d3394b2bcc67a501748b8c (patch)
tree9be4cad39947134d58315d16ce993f154b12b342 /flash/uart_boot/uart.h
parent30237007f1cccdc12e6012a01a87ed83b6024fff (diff)
downloadrockbox-c519e6365e50645510d3394b2bcc67a501748b8c.tar.gz
rockbox-c519e6365e50645510d3394b2bcc67a501748b8c.zip
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.h3
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);
53 53
54 54
55 55
56#endif // _UART_H \ No newline at end of file 56#endif // _UART_H
57