mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
[X3] Only one POT
This commit is contained in:
parent
c2eb542d15
commit
f96141b847
1 changed files with 3 additions and 1 deletions
|
@ -438,8 +438,10 @@ enum Analogs {
|
|||
STICK4,
|
||||
POT_FIRST,
|
||||
POT1 = POT_FIRST,
|
||||
#if defined(PCBX3)
|
||||
POT_LAST = POT1,
|
||||
#elif defined(PCBXLITE) || defined(PCBX7)
|
||||
POT2,
|
||||
#if defined(PCBX7) || defined(PCBXLITE)
|
||||
POT_LAST = POT2,
|
||||
#elif defined(PCBX9E)
|
||||
POT3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue