1
0
Fork 0
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:
Bertrand Songis 2014-02-10 17:52:53 +01:00
parent 51a6c3c0ab
commit 9337fa861f
5 changed files with 135 additions and 39 deletions

View file

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