1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2019-04-30 17:02:19 +02:00
parent 02e56d245d
commit 8aa596ead7
6 changed files with 9 additions and 12 deletions

View file

@ -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