Skip to content

Commit b5f703d

Browse files
committed
one more time
1 parent 0f959d5 commit b5f703d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/analogIO/hardware.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ void AnalogIOHardware::SetNativeADCResolution() {
8484
#else
8585
_native_adc_resolution = 10;
8686
#endif
87-
#ifndef ARDUINO_ARCH_ESP8266
87+
#ifndef ARDUINO_ARCH_ESP8266
8888
// Set the resolution (in bits) of the hardware's ADC
8989
analogReadResolution(_native_adc_resolution);
90-
#endif // ARDUINO_ARCH_ESP8266
90+
#endif // ARDUINO_ARCH_ESP8266
9191
}
9292

9393
/*************************************************************************/

0 commit comments

Comments
 (0)