1
0
Fork 0
This commit is contained in:
Arti Zirk 2016-12-01 14:40:57 +02:00
parent 2706180dac
commit dbd9c35dc4
2 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,4 @@ static const char m4[] PROGMEM = "April";
static const char m5[] PROGMEM = "May";
static const char m6[] PROGMEM = "June";
extern PGM_P const months[] PROGMEM = {m1,m2,m3,m4,m5,m6};
PGM_P const months[] PROGMEM = {m1,m2,m3,m4,m5,m6};

View File

@ -7,4 +7,6 @@
#define GET_MONTH_MSG "Enter Month name first letter >"
#define UPTIME_MSG "Uptime: %lu s"
extern PGM_P const months[];
#endif /* _HMI_MSG_H_ */