Commit e20e092b authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Andrzej Puzdrowski
Browse files

boot: boot_serial: use new Zephyr reboot header



Use the new header used for sys_reboot on Zephyr.

Signed-off-by: default avatarGerard Marull-Paretas <gerard.marull@nordicsemi.no>
parent e16f52c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include "bootutil/bootutil_log.h"

#ifdef __ZEPHYR__
#include <power/reboot.h>
#include <sys/reboot.h>
#include <sys/byteorder.h>
#include <sys/__assert.h>
#include <drivers/flash.h>