diff --git a/cores/arduino/Tone.cpp b/cores/arduino/Tone.cpp index f02e4e936..a80e62237 100644 --- a/cores/arduino/Tone.cpp +++ b/cores/arduino/Tone.cpp @@ -37,7 +37,6 @@ class Tone { void stop(void) { ticker.detach(); - pin = 0; } void start_timeout(void) {