]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/strerror.c
move sys timer setup from main to timer.c
[z180-stamp.git] / avr / strerror.c
index 4fdc63de6783942557f06602194dd128fed03370..a4d2a67340c76c35dc022ba14d3a6452413635fc 100644 (file)
@@ -11,6 +11,7 @@
 static const FLASH char * const FLASH error_strings[] = {
        FSTR("Unknown error"),
        FSTR("Not enough memory"),
+       FSTR("Interrupt"),
        FSTR("Bus timeout"),
        FSTR("Unexpected argument"),
        FSTR("Invalid disk number"),