summaryrefslogtreecommitdiff
path: root/avr/strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/strerror.c')
-rw-r--r--avr/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avr/strerror.c b/avr/strerror.c
index 4fdc63d..a4d2a67 100644
--- a/avr/strerror.c
+++ b/avr/strerror.c
@@ -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"),