mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
[X9D] ADC fix
This commit is contained in:
parent
b7bcd32289
commit
d665db574c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
#define NUM_ANALOGS_ADC (STICKS_PWM_ENABLED() ? (NUM_ANALOGS - NUM_PWMSTICKS) : NUM_ANALOGS)
|
||||
#elif defined(PCBX9E)
|
||||
#define FIRST_ANALOG_ADC 0
|
||||
#define NUM_ANALOGS_ADC 12
|
||||
#define NUM_ANALOGS_ADC 11
|
||||
#define NUM_ANALOGS_ADC_EXT (NUM_ANALOGS - NUM_ANALOGS_ADC)
|
||||
#else
|
||||
#define FIRST_ANALOG_ADC 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue