X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=modules%2Fihm%2Fvt100%2Fvt100.h;h=c4232c9494542b4240a8a591f9568991359ef75d;hp=c41becde47683dc77bf287838cdae3798613c5cc;hb=HEAD;hpb=ccc6954bb046671b9e28c5806db5121c1eef49c0 diff --git a/modules/ihm/vt100/vt100.h b/modules/ihm/vt100/vt100.h index c41becd..c4232c9 100644 --- a/modules/ihm/vt100/vt100.h +++ b/modules/ihm/vt100/vt100.h @@ -24,6 +24,8 @@ #ifndef _VT100_H_ #define _VT100_H_ +#include + #define vt100_bell "\007" #define vt100_bs "\010" #define vt100_bs_clear "\010 \010" @@ -72,7 +74,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,