commit | 8f2d69c4a3e24f4afcef7737cc31d17155a97122 | [log] [tgz] |
---|---|---|
author | Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk> | Fri Oct 02 14:45:05 2020 +0200 |
committer | Alberto Escolar <32480799+aescolar@users.noreply.github.com> | Tue Oct 20 08:54:59 2020 +0200 |
tree | 8ecf25dd365f69f5d9d3e352a19c6de04ca05282 | |
parent | 966015f503d1438c25d59793762495452be5ebbc [diff] |
arch: posix: add missing include for cpuhalt.c Add posix_board_if.h which declares posix_exit(). This fixes implicit declaration of function errors when running sanitycheck on samples for native_posix that calls sys_reboot(). Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@prevas.dk>