]> git.droids-corp.org - aversive.git/blobdiff - modules/ihm/vt100/vt100.h
some pgmspace types are deprecated
[aversive.git] / modules / ihm / vt100 / vt100.h
index c41becde47683dc77bf287838cdae3798613c5cc..e0b5d0cc88fd9a6a25c2b4e3ffe58693448e4b25 100644 (file)
@@ -72,7 +72,7 @@
 #define KEY_WRIGHT 20
 #define KEY_HELP 21
 
-extern const prog_char * vt100_commands[] PROGMEM;
+extern const char * const PROGMEM vt100_commands[];
 
 enum vt100_parser_state {
        VT100_INIT,