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:
parent
fe1777e270
commit
1b71b7fcbc
13 changed files with 71 additions and 1026 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue