1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00
This commit is contained in:
jflyper 2017-06-30 22:53:04 +09:00
parent 65c4b26aa4
commit fd7df8cc0e

View file

@ -2841,7 +2841,6 @@ const cliResourceValue_t resourceTable[] = {
#ifdef TRANSPONDER #ifdef TRANSPONDER
{ OWNER_TRANSPONDER, PG_TRANSPONDER_CONFIG, offsetof(transponderConfig_t, ioTag), 0 }, { OWNER_TRANSPONDER, PG_TRANSPONDER_CONFIG, offsetof(transponderConfig_t, ioTag), 0 },
#endif #endif
=======
}; };
static ioTag_t *getIoTag(const cliResourceValue_t value, uint8_t index) static ioTag_t *getIoTag(const cliResourceValue_t value, uint8_t index)