Fix
This commit is contained in:
parent
2706180dac
commit
dbd9c35dc4
@ -8,4 +8,4 @@ static const char m4[] PROGMEM = "April";
|
|||||||
static const char m5[] PROGMEM = "May";
|
static const char m5[] PROGMEM = "May";
|
||||||
static const char m6[] PROGMEM = "June";
|
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};
|
||||||
|
@ -7,4 +7,6 @@
|
|||||||
#define GET_MONTH_MSG "Enter Month name first letter >"
|
#define GET_MONTH_MSG "Enter Month name first letter >"
|
||||||
#define UPTIME_MSG "Uptime: %lu s"
|
#define UPTIME_MSG "Uptime: %lu s"
|
||||||
|
|
||||||
|
extern PGM_P const months[];
|
||||||
|
|
||||||
#endif /* _HMI_MSG_H_ */
|
#endif /* _HMI_MSG_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user