Skip to content

Commit af4c1cf

Browse files
gianstaMaureenHelm
authored andcommitted
drivers/timer: stm32_lptim: Fix stm32 ll header list
LPTIM stm32 ll header list was not adequate for debug builds. Add _system. Signed-off-by: Giancarlo Stasi <[email protected]>
1 parent 7aeb3df commit af4c1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/timer/stm32_lptim_timer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stm32_ll_bus.h>
1111
#include <stm32_ll_rcc.h>
1212
#include <stm32_ll_pwr.h>
13+
#include <stm32_ll_system.h>
1314
#include <drivers/clock_control.h>
1415
#include <drivers/clock_control/stm32_clock_control.h>
1516
#include <drivers/timer/system_timer.h>

0 commit comments

Comments
 (0)