zephyr: Update include path to reboot.h.

The reboot header was moved to a different path in Zephyr v2.6.0. The
old path was deprecated for two releases (v2.6.0 and v2.7.0) and will no
longer be supported after Zephyr v2.7.0.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm 2022-01-03 10:16:44 -06:00 committed by Damien George
parent ddbbfbed75
commit 080a9e906d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <stdint.h>
#include <stdio.h>
#include <power/reboot.h>
#include <sys/reboot.h>
#include "py/obj.h"
#include "py/runtime.h"