1
0
Fork 0
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:
Bertrand Songis 2019-03-13 14:25:31 +01:00
parent c2eb542d15
commit f96141b847

View file

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