X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/d66348b4fb147eb01c30aa9b3a8904ce6c59a4c1..64db7d7a152ab5677faf83a4ea8370019993b1b5:/avr/strerror.c?ds=inline diff --git a/avr/strerror.c b/avr/strerror.c index 199504a..f5850f7 100644 --- a/avr/strerror.c +++ b/avr/strerror.c @@ -10,7 +10,7 @@ static const FLASH char * const FLASH error_strings[] = { FSTR("Unknown error"), - FSTR("Not enough memory"), /* 101 */ + FSTR("Not enough memory"), /* 101 */ FSTR("Interrupt"), /* 102 */ FSTR("Bus timeout"), /* 103 */ FSTR("Unexpected argument"), /* 104 */ @@ -22,6 +22,7 @@ static const FLASH char * const FLASH error_strings[] = { FSTR("CPU is running"), /* 110 */ FSTR("Invalid argument"), /* 111 */ FSTR("Unexpected EOF"), /* 112 */ + FSTR("Disk full"), /* 113 */ };