display.cpp: compiler warning sanitized

This commit is contained in:
Klaus K Wilting 2019-02-04 20:40:46 +01:00
parent 17cd82da68
commit 56ab5a24a5

View File

@ -42,8 +42,8 @@ const char lora_datarate[] = {"121110090807FSNA"};
#endif
// helper arry for converting month values to text
char *printmonth[] = {"xxx", "Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};
const char *printmonth[] = {"xxx", "Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};
uint8_t volatile DisplayState = 0;