From d7c9fd10c109d07d1accc7f7411fe8404fbe4429 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Wed, 6 Aug 2025 04:30:51 -0400 Subject: [PATCH] pcm --- ESP-IDF_Robot/main/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/main/rc.h b/ESP-IDF_Robot/main/rc.h index 826cee728..eadda3b63 100644 --- a/ESP-IDF_Robot/main/rc.h +++ b/ESP-IDF_Robot/main/rc.h @@ -318,7 +318,7 @@ static bool adc_calibration_init(adc_unit_t unit, adc_channel_t channel, adc_att calibrated = true; } } -#endif + #endif #if ADC_CALI_SCHEME_LINE_FITTING_SUPPORTED if (!calibrated) {