We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fee9ac commit adcbb24Copy full SHA for adcbb24
1 file changed
src/m5_unit_component/adapter_gpio.cpp
@@ -27,7 +27,7 @@
27
constexpr auto M5_ADC_ATTEN_DB = ADC_ATTEN_DB_12;
28
#else
29
#pragma message "Not exists ADC_ATTEN_DB_12"
30
-constexpr auto M5_ADC_ATTEN_DB = ADC_ATTEN_DB_11;
+constexpr auto M5_ADC_ATTEN_DB = ADC_ATTEN_DB_11;
31
#endif
32
33
#if defined(SOC_DAC_SUPPORTED) && SOC_DAC_SUPPORTED
0 commit comments