aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/serial.h')
-rw-r--r--os/hal/include/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h
index 1d45a1601..07527d601 100644
--- a/os/hal/include/serial.h
+++ b/os/hal/include/serial.h
@@ -113,7 +113,7 @@ typedef struct _SerialDriver SerialDriver;
* @brief @p SerialDriver virtual methods table.
*/
struct SerialDriverVMT {
- _serial_driver_methods;
+ _serial_driver_methods
};
/**