Skip to content

Commit

Permalink
Update Settings.c
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Vrumfondel authored Dec 3, 2018
1 parent 6e336c3 commit 362be68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Chameleon-Mini/Settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ bool SettingsSetActiveById(uint8_t Setting) {
ButtonSetActionById(BUTTON_L_PRESS_SHORT,GlobalSettings.ActiveSettingPtr->ButtonActions[0]);
ButtonSetActionById(BUTTON_R_PRESS_SHORT,GlobalSettings.ActiveSettingPtr->ButtonActions[1]);
ButtonSetActionById(BUTTON_L_PRESS_LONG,GlobalSettings.ActiveSettingPtr->ButtonActions[2]);
ButtonSetActionById(BUTTON_L_PRESS_LONG,GlobalSettings.ActiveSettingPtr->ButtonActions[3]);
ButtonSetActionById(BUTTON_R_PRESS_LONG,GlobalSettings.ActiveSettingPtr->ButtonActions[3]);

/* Recall new memory contents */
MemoryRecall();
Expand Down

0 comments on commit 362be68

Please sign in to comment.