Skip to content

Commit

Permalink
zephyr/modmachine: Zephyr's power/reboot.h was renamed to sys/reboot.h.
Browse files Browse the repository at this point in the history
Change-Id: Idbd30bad11faf23aa1ce9a7289f28ff1c9c681d2
Signed-off-by: Paul Sokolovsky <[email protected]>
  • Loading branch information
pfalcon committed Dec 14, 2021
1 parent 16677bc commit a4b3f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/zephyr/modmachine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a4b3f2c

Please sign in to comment.