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:
Dominik Ermel 2021-12-16 12:55:02 +00:00 committed by Andrzej Puzdrowski
parent 152cca0767
commit 1eedec3e79
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include "cbor_encode.h"
#ifdef __ZEPHYR__
#include <power/reboot.h>
#include <sys/reboot.h>
#include <sys/byteorder.h>
#include <sys/__assert.h>
#include <drivers/flash.h>