Fix typo
This commit is contained in:
parent
ab6a190a16
commit
94d8bd0103
|
@ -105,7 +105,7 @@ bool isSwitching = true;
|
|||
#ifdef RTC
|
||||
int current_proc = 0; // Start in Clock Mode
|
||||
#else
|
||||
int current_prof = 1; // Start in Main Menu mode if no RTC
|
||||
int current_proc = 1; // Start in Main Menu mode if no RTC
|
||||
#endif
|
||||
|
||||
void switcher_button_proc() {
|
||||
|
|
Loading…
Reference in New Issue