// // Created by rick on 03-03-21. // #include #include #include #include void att_noreturn power_shutdown() { lai_enter_sleep(5); k_panics("Failed to shut down!\n"); }