Fixed bug with Button setting CYCLE_SETTINGS

This commit is contained in:
Simon Küppers
2014-01-02 14:26:45 +01:00
parent 72381eb860
commit 3bf20cdcc9
7 changed files with 11651 additions and 11646 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ static const char PROGMEM ButtonActionTable[][32] =
[BUTTON_ACTION_UID_LEFT_INCREMENT] = "UID_LEFT_INCREMENT",
[BUTTON_ACTION_UID_RIGHT_INCREMENT] = "UID_RIGHT_INCREMENT",
[BUTTON_ACTION_UID_LEFT_DECREMENT] = "UID_LEFT_DECREMENT",
[BUTTON_ACTION_UID_RIGHT_DECREMENT] = "UID_RIGHT_DECREMENT"
[BUTTON_ACTION_UID_RIGHT_DECREMENT] = "UID_RIGHT_DECREMENT",
[BUTTON_ACTION_CYCLE_SETTINGS] = "CYCLE_SETTINGS"
};
void ButtonInit(void)
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff