summaryrefslogtreecommitdiff
path: root/flash/uart_boot/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash/uart_boot/flash.c')
-rw-r--r--flash/uart_boot/flash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash/uart_boot/flash.c b/flash/uart_boot/flash.c
index f27bb7ec0a..854de20454 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
74 // UART protocol is slow enough such that I don't have to wait 20us here 74 // UART protocol is slow enough such that I don't have to wait 20us here
75 } 75 }
76 return 0; 76 return 0;
77} \ No newline at end of file 77}
78