Fix overlooked USE_xxx case (ADC)

This commit is contained in:
jflyper 2018-10-09 23:10:50 +09:00
parent a663588dd0
commit f6aae5160c
1 changed files with 1 additions and 1 deletions

View File

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