drivers: dma: stm32: 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
3ef8451e82
commit
00ac525603
11 changed files with 2 additions and 41 deletions
|
@ -8,6 +8,7 @@
|
|||
#define DMA_STM32_H_
|
||||
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_dma.h>
|
||||
#include <drivers/dma.h>
|
||||
#include <drivers/clock_control/stm32_clock_control.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue