Skip to content

Commit 5c4f7d9

Browse files
DNedicnashif
authored andcommitted
soc: Fix missing mem.h include in stm32h562
This caused failed builds due to the missing DT_SIZE_K(x) macro. Signed-off-by: Djordje Nedic <[email protected]>
1 parent cebd1c7 commit 5c4f7d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/st/h5/stm32h562.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <zephyr/dt-bindings/flash_controller/ospi.h>
99
/* keep both header files for compatibility */
1010
#include <zephyr/dt-bindings/flash_controller/xspi.h>
11+
#include <mem.h>
1112

1213
/ {
1314
clocks {

0 commit comments

Comments
 (0)