aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/Linux/serial_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/Linux/serial_lld.h')
-rw-r--r--os/hal/platforms/Linux/serial_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/Linux/serial_lld.h b/os/hal/platforms/Linux/serial_lld.h
index 1a246196f..61773459a 100644
--- a/os/hal/platforms/Linux/serial_lld.h
+++ b/os/hal/platforms/Linux/serial_lld.h
@@ -130,7 +130,7 @@ typedef struct {
/* Data socket for simulated serial port.*/ \
SOCKET com_data; \
/* Port readable name.*/ \
- const char *com_name
+ const char *com_name;
/*===========================================================================*/
/* Driver macros. */