mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Compilation fix
This commit is contained in:
parent
02e56d245d
commit
8aa596ead7
6 changed files with 9 additions and 12 deletions
|
@ -171,7 +171,7 @@
|
|||
#define CASE_PCBX9E(x)
|
||||
#endif
|
||||
|
||||
#if defined(PCBSKY9X) && !defined(AR9X) && !defined(REVA)
|
||||
#if defined(PCBSKY9X) && !defined(PCBAR9X) && !defined(REVA)
|
||||
#define TX_CAPACITY_MEASUREMENT
|
||||
#define CASE_CAPACITY(x) x,
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue