drivers: flash: stm32_ospi: fix includes
Adds `zephyr/...` prefix to `toolchain.h` include. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
cd4b6e1575
commit
e8dece902f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <toolchain.h>
|
||||
#include <zephyr/toolchain.h>
|
||||
#include <zephyr/arch/common/ffs.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
#include <soc.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue