summaryrefslogtreecommitdiff
path: root/flash/uart_boot/uart_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash/uart_boot/uart_boot.c')
-rw-r--r--flash/uart_boot/uart_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/uart_boot/uart_boot.c b/flash/uart_boot/uart_boot.c
index 40c3682091..06750fdbe2 100644
--- a/flash/uart_boot/uart_boot.c
+++ b/flash/uart_boot/uart_boot.c
@@ -10,7 +10,7 @@
10#include "flash.h" // flash high level functions 10#include "flash.h" // flash high level functions
11 11
12// command line configuration: what shall we do? 12// command line configuration: what shall we do?
13struct 13static struct
14{ 14{
15 char* szPort; // COM port to use 15 char* szPort; // COM port to use
16 bool bRecorder; // it's a recorder 16 bool bRecorder; // it's a recorder