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

Gyro support continued

This commit is contained in:
Bertrand Songis 2019-03-26 19:51:41 +01:00
parent a8a775e639
commit d24b05fe8e

View file

@ -529,12 +529,6 @@ void menuModelSetup(event_t event)
if (event == EVT_ENTRY) {
reusableBuffer.moduleSetup.r9mPower = g_model.moduleData[EXTERNAL_MODULE].pxx.power;
extern void gyroInit();
gyroInit();
}
uint8_t sub = menuVerticalPosition - HEADER_LINE;