]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/strerror.c
ew debug command: xx busack: Measure time RESET to BUSACK
[z180-stamp.git] / avr / strerror.c
index a4d2a67340c76c35dc022ba14d3a6452413635fc..199504a7ad5bf59b5c59974cc9e1dbb48bfe2bfa 100644 (file)
 
 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"),
-       FSTR("Disk already attached"),
-       FSTR("Disk not attached"),
-       FSTR("Error opening file"),
-       FSTR("File already attached to other drive"),
-       FSTR("CPU is running"),
-       FSTR("Invalid argument"),
-       FSTR("Unexpected EOF"),
+       FSTR("Not enough memory"),                                              /* 101 */
+       FSTR("Interrupt"),                              /* 102 */
+       FSTR("Bus timeout"),                            /* 103 */
+       FSTR("Unexpected argument"),                    /* 104 */
+       FSTR("Invalid disk number"),                    /* 105 */
+       FSTR("Disk already attached"),                  /* 106 */
+       FSTR("Disk not attached"),                      /* 107 */
+       FSTR("Error opening file"),                     /* 108 */
+       FSTR("File already attached to other drive"),   /* 109 */
+       FSTR("CPU is running"),                         /* 110 */
+       FSTR("Invalid argument"),                       /* 111 */
+       FSTR("Unexpected EOF"),                         /* 112 */
 
 };