Rename expireStatusMillis to expire_status_ms

This commit is contained in:
Scott Lahteine
2015-04-24 21:51:10 -07:00
parent 7295640f44
commit 97dfa0365d
2 changed files with 8 additions and 8 deletions

View File

@ -196,7 +196,7 @@
#ifdef LCD_PROGRESS_BAR
static uint16_t progressBarTick = 0;
#if PROGRESS_MSG_EXPIRE > 0
static uint16_t expireStatusMillis = 0;
static uint16_t expire_status_ms = 0;
#endif
#define LCD_STR_PROGRESS "\x03\x04\x05"
#endif