diff --git a/STM32F1/cores/maple/tone.cpp b/STM32F1/cores/maple/tone.cpp index 45cfa0e..b249a78 100644 --- a/STM32F1/cores/maple/tone.cpp +++ b/STM32F1/cores/maple/tone.cpp @@ -186,7 +186,8 @@ void tone(uint32_t pin, uint32_t freq, uint32_t duration) { pinMode(tone_pin, INPUT); } - while(tone_nhw) ; // blocks till duration elapsed + + //while(tone_nhw) ; // blocks till duration elapsed } ////////////////////////////////////////////////////////////////////////////////