diff --git a/cores/arduino/zephyrCommon.cpp b/cores/arduino/zephyrCommon.cpp index a2946692..13611ca2 100644 --- a/cores/arduino/zephyrCommon.cpp +++ b/cores/arduino/zephyrCommon.cpp @@ -303,7 +303,6 @@ void analogReference(uint8_t mode) * the mode argument of analogReference(). * Treat the value as equivalent to zephyr's adc_reference. */ - size_t idx; for (size_t i=0; i(mode); }