mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +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)
|
||||
#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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue