Improve comments and doxygen headers

This commit is contained in:
2020-09-22 23:45:22 +02:00
parent 42f6d0270d
commit b869ed9c45
3 changed files with 171 additions and 21 deletions

View File

@@ -52,7 +52,6 @@ void panic_mode(void)
oven_driver_set_power(0);
oven_driver_apply_power_level();
/* TODO: implement panic mode */
if (!safety_memory_get_boot_status(&boot_status)) {
boot_status.reset_from_panic = 0xFFFFFFFF;
(void)safety_memory_set_boot_status(&boot_status);