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:
parent
f608985a54
commit
361fbd83dc
4 changed files with 13 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue