Skip to content

Commit 4eca54f

Browse files
gmarullnvlsianpu
authored andcommitted
boot: serial: add missing Zephyr kernel.h include
boot_serial.c is using Zephyr Kernel APIs without including kernel.h. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 37e4223 commit 4eca54f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/boot_serial/src/boot_serial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <zephyr/sys/byteorder.h>
3434
#include <zephyr/sys/__assert.h>
3535
#include <zephyr/drivers/flash.h>
36+
#include <zephyr/kernel.h>
3637
#include <zephyr/sys/crc.h>
3738
#include <zephyr/sys/base64.h>
3839
#include <hal/hal_flash.h>

0 commit comments

Comments
 (0)