mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Compilation fix
This commit is contained in:
parent
0ec34fd72c
commit
ff6558d602
1 changed files with 3 additions and 1 deletions
|
@ -179,9 +179,11 @@
|
||||||
#define CASE_PCBX9E(x)
|
#define CASE_PCBX9E(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PCBSKY9X)
|
#if defined(PCBSKY9X) && !defined(PCBAR9X)
|
||||||
#define TX_CAPACITY_MEASUREMENT
|
#define TX_CAPACITY_MEASUREMENT
|
||||||
#define CASE_CAPACITY(x) x,
|
#define CASE_CAPACITY(x) x,
|
||||||
|
#else
|
||||||
|
#define CASE_CAPACITY(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(FAI)
|
#if defined(FAI)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue