1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 22:35:12 +03:00

Clean outdated and unused pxx2 code (#6458)

Remove outdated PXX2 code from X10 / X12S
This commit is contained in:
3djc 2019-05-29 15:42:28 +02:00 committed by Bertrand Songis
parent fe1777e270
commit 1b71b7fcbc
13 changed files with 71 additions and 1026 deletions

View file

@ -125,10 +125,10 @@
#define CASE_FRSKY(x)
#endif
#if defined(PXX)
#define CASE_PXX(x) x,
#if defined(PXX1)
#define CASE_PXX1(x) x,
#else
#define CASE_PXX(x)
#define CASE_PXX1(x)
#endif
#if defined(PXX2)