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

A lot of warnings removed

This commit is contained in:
bsongis 2014-12-09 07:22:30 +01:00
parent f608985a54
commit 361fbd83dc
4 changed files with 13 additions and 6 deletions

View file

@ -422,10 +422,11 @@ int getTelemetryIndex(TelemetryProtocol protocol, uint16_t id, uint8_t instance)
frskySportSetDefault(available, id, instance);
break;
#endif
#if defined(FRSKY)
case TELEM_PROTO_FRSKY_D:
frskyDSetDefault(available, id);
break;
#endif
default:
break;
}