mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
To allow apps to compile with CONFIG_REBOOT, add a weak stub for sys_arch_reboot which does nothing in the POSIX arch POSIX boards may choose to provide a more sensible implementation if relevant. Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>