mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
X7D renamed to X7
This commit is contained in:
parent
7b5dfd7de5
commit
82d6b96f8b
60 changed files with 162 additions and 162 deletions
|
@ -159,7 +159,7 @@ enum CurveType {
|
|||
#define LEN_FUNCTION_NAME 8
|
||||
#define MAX_CURVES 32
|
||||
#define MAX_CURVE_POINTS 512
|
||||
#elif defined(PCBSKY9X) || defined(PCBX7D)
|
||||
#elif defined(PCBSKY9X) || defined(PCBX7)
|
||||
#define LEN_MODEL_NAME 10
|
||||
#define LEN_TIMER_NAME 3
|
||||
#define LEN_FLIGHT_MODE_NAME 6
|
||||
|
@ -572,7 +572,7 @@ enum SwitchSources {
|
|||
SWSRC_SD0,
|
||||
SWSRC_SD1,
|
||||
SWSRC_SD2,
|
||||
#if !defined(PCBX7D)
|
||||
#if !defined(PCBX7)
|
||||
SWSRC_SE0,
|
||||
SWSRC_SE1,
|
||||
SWSRC_SE2,
|
||||
|
@ -580,7 +580,7 @@ enum SwitchSources {
|
|||
SWSRC_SF0,
|
||||
SWSRC_SF1,
|
||||
SWSRC_SF2,
|
||||
#if !defined(PCBX7D)
|
||||
#if !defined(PCBX7)
|
||||
SWSRC_SG0,
|
||||
SWSRC_SG1,
|
||||
SWSRC_SG2,
|
||||
|
@ -765,7 +765,7 @@ enum MixSources {
|
|||
MIXSRC_SLIDER3, LUA_EXPORT("lcs", "Left center slider (X9E only)")
|
||||
MIXSRC_SLIDER4, LUA_EXPORT("rcs", "Right center slider (X9E only)")
|
||||
MIXSRC_LAST_POT = MIXSRC_SLIDER4,
|
||||
#elif defined(PCBX7D)
|
||||
#elif defined(PCBX7)
|
||||
MIXSRC_POT1 = MIXSRC_FIRST_POT, LUA_EXPORT("s1", "Potentiometer 1")
|
||||
MIXSRC_POT2, LUA_EXPORT("s2", "Potentiometer 2")
|
||||
MIXSRC_LAST_POT = MIXSRC_POT2,
|
||||
|
@ -838,11 +838,11 @@ enum MixSources {
|
|||
MIXSRC_SB, LUA_EXPORT("sb", "Switch B")
|
||||
MIXSRC_SC, LUA_EXPORT("sc", "Switch C")
|
||||
MIXSRC_SD, LUA_EXPORT("sd", "Switch D")
|
||||
#if !defined(PCBX7D)
|
||||
#if !defined(PCBX7)
|
||||
MIXSRC_SE, LUA_EXPORT("se", "Switch E")
|
||||
#endif
|
||||
MIXSRC_SF, LUA_EXPORT("sf", "Switch F")
|
||||
#if !defined(PCBX7D)
|
||||
#if !defined(PCBX7)
|
||||
MIXSRC_SG, LUA_EXPORT("sg", "Switch G")
|
||||
#endif
|
||||
MIXSRC_SH, LUA_EXPORT("sh", "Switch H")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue