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/flash.c | |
| parent | 30237007f1cccdc12e6012a01a87ed83b6024fff (diff) | |
| download | rockbox-c519e6365e50645510d3394b2bcc67a501748b8c.zip rockbox-c519e6365e50645510d3394b2bcc67a501748b8c.tar.gz rockbox-c519e6365e50645510d3394b2bcc67a501748b8c.tar.bz2 rockbox-c519e6365e50645510d3394b2bcc67a501748b8c.tar.xz | |
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/flash.c')
| -rw-r--r-- | flash/uart_boot/flash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flash/uart_boot/flash.c b/flash/uart_boot/flash.c index f27bb7e..854de20 100644 --- a/flash/uart_boot/flash.c +++ b/flash/uart_boot/flash.c @@ -74,4 +74,5 @@ int ProgramBytes(tUartHandle serial_handle, UINT32 address, UINT8* pData, UINT32 // UART protocol is slow enough such that I don't have to wait 20us here } return 0; -}
\ No newline at end of file +} + |