mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
EEPROM v216 conversions fixes
This commit is contained in:
parent
51a6c3c0ab
commit
9337fa861f
5 changed files with 135 additions and 39 deletions
|
@ -45,9 +45,11 @@
|
|||
// TODO change all IF_xxx by CASE_xxx when used with a comma!
|
||||
|
||||
#if defined(PCBSKY9X)
|
||||
#define IF_PCBSKY9X(x) x,
|
||||
#define IS_PCBSKY9X true
|
||||
#define CASE_PCBSKY9X(x) x,
|
||||
#else
|
||||
#define IF_PCBSKY9X(x)
|
||||
#define IS_PCBSKY9X false
|
||||
#define CASE_PCBSKY9X(x)
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue