boot_serial: Fix Zephyr include path for reboot.h
It is sys/reboot.h now. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
152cca0767
commit
1eedec3e79
|
@ -28,7 +28,7 @@
|
||||||
#include "cbor_encode.h"
|
#include "cbor_encode.h"
|
||||||
|
|
||||||
#ifdef __ZEPHYR__
|
#ifdef __ZEPHYR__
|
||||||
#include <power/reboot.h>
|
#include <sys/reboot.h>
|
||||||
#include <sys/byteorder.h>
|
#include <sys/byteorder.h>
|
||||||
#include <sys/__assert.h>
|
#include <sys/__assert.h>
|
||||||
#include <drivers/flash.h>
|
#include <drivers/flash.h>
|
||||||
|
|
Loading…
Reference in New Issue