subsystem: disk: stm32_sdmmc: 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
0636b42c81
commit
467e4ccd92
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include <drivers/gpio.h>
|
||||
#include <logging/log.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_rcc.h>
|
||||
|
||||
LOG_MODULE_REGISTER(stm32_sdmmc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue