altos: add noreturn attribute to ao_panic
[fw/altos] / src / product / ao_flash_task.c
index a680ca181e7afd2771bc35f3d71ddab91fe3cbe8..bbd5675a1528ff7708bd38b8abc7d5380c47fbe6 100644 (file)
@@ -26,6 +26,7 @@ void
 ao_panic(uint8_t reason)
 {
        (void) reason;
+       for (;;);
 }
 
 void