1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Bluetooth cosmetics, traces removed etc.

This commit is contained in:
Bertrand Songis 2019-02-19 13:59:06 +01:00
parent f9a851c62e
commit ff5928f778
2 changed files with 2 additions and 40 deletions

View file

@ -1218,9 +1218,6 @@ void menuModelSetup(event_t event)
}
break;
DEF
break;
case ITEM_MODEL_INTERNAL_MODULE_PXX2_RECEIVER_1_PINMAP:
case ITEM_MODEL_INTERNAL_MODULE_PXX2_RECEIVER_2_PINMAP:
case ITEM_MODEL_EXTERNAL_MODULE_PXX2_RECEIVER_1_PINMAP:
@ -1896,4 +1893,4 @@ void menuModelPinmap(event_t event)
if (++pin > sentModuleChannels(g_moduleIdx))
break;
}
}
}