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

Remove unused telemetry protocols

This commit is contained in:
Arne Schwabe 2018-07-05 10:39:57 +02:00
parent d831b0f55e
commit e76d1d0c3d
32 changed files with 14 additions and 3296 deletions

View file

@ -128,11 +128,7 @@
#define CASE_FRSKY(x)
#endif
#if defined(TELEMETRY_MAVLINK)
#define CASE_MAVLINK(x) x,
#else
#define CASE_MAVLINK(x)
#endif
#if defined(PXX)
#define CASE_PXX(x) x,