drivers/ao_rn4678: Fix timeouts to use AO_TICK_TYPE
[fw/altos] / src / product / ao_flash_task.c
index 1f0edb0596a089490929ef494af6dde59b33880f..bbd5675a1528ff7708bd38b8abc7d5380c47fbe6 100644 (file)
@@ -26,10 +26,11 @@ void
 ao_panic(uint8_t reason)
 {
        (void) reason;
+       for (;;);
 }
 
 void
-ao_put_string(__code char *s)
+ao_put_string(const char *s)
 {
        char    c;
        while ((c = *s++)) {