Skip to content

Commit

Permalink
drivers/timer: stm32_lptim: Fix stm32 ll header list
Browse files Browse the repository at this point in the history
LPTIM stm32 ll header list was not adequate.
Remove _system and add _bus, _rcc and _pwr.

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango authored and nashif committed Dec 1, 2020
1 parent beaf023 commit e0b35dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/timer/stm32_lptim_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

#include <soc.h>
#include <stm32_ll_lptim.h>
#include <stm32_ll_system.h>
#include <stm32_ll_bus.h>
#include <stm32_ll_rcc.h>
#include <stm32_ll_pwr.h>
#include <drivers/clock_control.h>
#include <drivers/clock_control/stm32_clock_control.h>
#include <drivers/timer/system_timer.h>
Expand Down

0 comments on commit e0b35dd

Please sign in to comment.