Skip to content

Commit c820085

Browse files
committed
drivers: timer: stm32: fix typo in kconfig help
Corrected the LSE frequency value from 32678 to 32768. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent c416937 commit c820085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/timer/Kconfig.stm32_lptim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config STM32_LPTIM_TICK_FREQ_RATIO_OVERRIDE
5353
For LPTIM configuration, a specific tick freq is advised
5454
depending on LPTIM input clock:
5555
- LSI(32KHz): 4000 ticks/sec
56-
- LSE(32678): 4096 ticks/sec
56+
- LSE(32768): 4096 ticks/sec
5757
To prevent misconfigurations, a dedicated check is implemented
5858
in the driver.
5959
This options allows to override this check

0 commit comments

Comments
 (0)