1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

SG switch warning was unreachable on Taranis

This commit is contained in:
Andre Bernet 2014-09-10 20:13:26 +02:00
parent 125e2539b6
commit 36660505d2

View file

@ -1424,7 +1424,7 @@ void menuModelSetup(uint8_t event)
coord_t x = MODEL_SETUP_2ND_COLUMN+i*FW; coord_t x = MODEL_SETUP_2ND_COLUMN+i*FW;
#if defined(PCBTARANIS) && !defined(REVPLUS) #if defined(PCBTARANIS) && !defined(REVPLUS)
if (i == POT3) { if (i == POT3) {
if (m_posHorz == POT3) REPEAT_LAST_CURSOR_MOVE(); if (attr && m_posHorz == POT3) REPEAT_LAST_CURSOR_MOVE();
continue; continue;
} }
else if (i > POT3) { else if (i > POT3) {