Commit 080a9e90 authored by Maureen Helm's avatar Maureen Helm Committed by Damien George

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: default avatarMaureen Helm <maureen.helm@intel.com>
parent ddbbfbed
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment