diff options
Diffstat (limited to 'os/hal/platforms/STM32/serial_lld.c')
-rw-r--r-- | os/hal/platforms/STM32/serial_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/serial_lld.c b/os/hal/platforms/STM32/serial_lld.c index 01646a75a..38a06b266 100644 --- a/os/hal/platforms/STM32/serial_lld.c +++ b/os/hal/platforms/STM32/serial_lld.c @@ -19,7 +19,7 @@ /**
* @file STM32/serial_lld.c
- * @brief STM32 low level serial driver code
+ * @brief STM32 low level serial driver code.
* @addtogroup STM32_SERIAL
* @{
*/
|