toolchain: only include <zephyr/toolchain.h>
It is wrong to use toolchain-specific header files. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
e5de0b6824
commit
aaeb0a672e
20 changed files with 20 additions and 20 deletions
|
@ -27,7 +27,7 @@
|
|||
#ifdef CONFIG_ADC_STM32_DMA
|
||||
#include <zephyr/drivers/dma/dma_stm32.h>
|
||||
#include <zephyr/drivers/dma.h>
|
||||
#include <zephyr/toolchain/common.h>
|
||||
#include <zephyr/toolchain.h>
|
||||
#include <stm32_ll_dma.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue