diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32F3xx/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F3xx/hal_lld.h b/os/hal/platforms/STM32F3xx/hal_lld.h index e549d3d8f..79e971743 100644 --- a/os/hal/platforms/STM32F3xx/hal_lld.h +++ b/os/hal/platforms/STM32F3xx/hal_lld.h @@ -25,7 +25,7 @@ * @p board.h file:
* - STM32_LSECLK.
* - STM32_LSEDRV.
- * - STM32_LSEBYP (optionally).
+ * - STM32_LSE_BYPASS (optionally).
* - STM32_HSECLK.
* - STM32_HSE_BYPASS (optionally).
* .
|