summaryrefslogtreecommitdiff
path: root/flash/uart_boot/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash/uart_boot/client.h')
-rw-r--r--flash/uart_boot/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash/uart_boot/client.h b/flash/uart_boot/client.h
index d2ef29aa2e..a5df8c35d6 100644
--- a/flash/uart_boot/client.h
+++ b/flash/uart_boot/client.h
@@ -18,4 +18,5 @@ int SetTargetBaudrate(tUartHandle serial_handle, long lClock, long lBaudrate);
18int Execute(tUartHandle serial_handle, UINT32 addr, bool bReturns); 18int Execute(tUartHandle serial_handle, UINT32 addr, bool bReturns);
19 19
20 20
21#endif \ No newline at end of file 21#endif
22