Fix overlooked USE_xxx case (ADC)
This commit is contained in:
parent
a663588dd0
commit
f6aae5160c
|
@ -629,7 +629,7 @@ const clivalue_t valueTable[] = {
|
|||
#endif
|
||||
|
||||
// PG_ADC_CONFIG
|
||||
#if defined(ADC)
|
||||
#if defined(USE_ADC)
|
||||
{ "adc_device", VAR_INT8 | MASTER_VALUE, .config.minmax = { 0, ADCDEV_COUNT }, PG_ADC_CONFIG, offsetof(adcConfig_t, device) },
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue