drivers: timer: stm32_lptim: use generic LL headers
Use generic LL headers instead of depending on soc.h. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
00ac525603
commit
53af1aab62
3 changed files with 2 additions and 10 deletions
|
@ -6,6 +6,8 @@
|
|||
*/
|
||||
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_lptim.h>
|
||||
#include <stm32_ll_system.h>
|
||||
#include <drivers/clock_control.h>
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
#include <drivers/timer/system_timer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue