Protected mode
This commit is contained in:
@@ -38,6 +38,7 @@ enum MenuItemID {
|
||||
|
||||
MENU_ID_GROUP_SETUP,
|
||||
MENU_ID_CHANNEL,
|
||||
MENU_ID_PROTECTED_MODE,
|
||||
MENU_ID_RESET,
|
||||
|
||||
MENU_ID_GROUP_PATCHES,
|
||||
@@ -84,6 +85,7 @@ extern volatile int songRepeatsRemaining;
|
||||
extern volatile int nextSongRepeats;
|
||||
extern volatile bool songModeNeedsNext;
|
||||
extern volatile bool isPlaying;
|
||||
extern bool protectedMode;
|
||||
extern volatile int tempo;
|
||||
extern volatile unsigned long lastClockTime;
|
||||
extern volatile int clockCount;
|
||||
|
||||
Reference in New Issue
Block a user