1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2019-05-19 17:58:14 +02:00
parent 0ec34fd72c
commit ff6558d602
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -179,9 +179,11 @@
#define CASE_PCBX9E(x)
#endif
#if defined(PCBSKY9X)
#if defined(PCBSKY9X) && !defined(PCBAR9X)
#define TX_CAPACITY_MEASUREMENT
#define CASE_CAPACITY(x) x,
#else
#define CASE_CAPACITY(x)
#endif
#if defined(FAI)