1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-04 07:13:07 +00:00

Merge pull request #85 from retrofun/fix-button-r3-can-not-be-defined

menu.c: fix button R3 can not be defined
This commit is contained in:
gyurco
2022-01-16 17:42:28 +01:00
committed by GitHub

2
menu.c
View File

@@ -993,7 +993,7 @@ static char GetMenuItem_System(uint8_t idx, char action, menu_item_t *item) {
uint32_t joy;
static uint32_t joy_prev;
if (setup_phase>15) {
if (setup_phase>16) {
setup_phase = 0;
mapping.vid = StateUsbVidGet(joy_num);
mapping.pid = StateUsbPidGet(joy_num);