summaryrefslogtreecommitdiff
path: root/avr/strerror.c
diff options
context:
space:
mode:
authorLeo C.2024-07-22 14:09:10 +0200
committerLeo C.2024-07-22 14:09:10 +0200
commitb6cf9ca456a60870373c9afc848b9bb9b22c431c (patch)
tree8a282d0f2224a17dda9319cb3d09e1c6e39cdd69 /avr/strerror.c
parent465090d410f8fd09085a54b0fbee5bf33ae99cc1 (diff)
downloadz180-stamp-b6cf9ca456a60870373c9afc848b9bb9b22c431c.zip
add fat command cp
Diffstat (limited to 'avr/strerror.c')
-rw-r--r--avr/strerror.c3
1 files changed, 2 insertions, 1 deletions
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 */
};