We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f959d5 commit b5f703dCopy full SHA for b5f703d
src/components/analogIO/hardware.cpp
@@ -84,10 +84,10 @@ void AnalogIOHardware::SetNativeADCResolution() {
84
#else
85
_native_adc_resolution = 10;
86
#endif
87
- #ifndef ARDUINO_ARCH_ESP8266
+#ifndef ARDUINO_ARCH_ESP8266
88
// Set the resolution (in bits) of the hardware's ADC
89
analogReadResolution(_native_adc_resolution);
90
- #endif // ARDUINO_ARCH_ESP8266
+#endif // ARDUINO_ARCH_ESP8266
91
}
92
93
/*************************************************************************/
0 commit comments