remove debug

pull/35/head
doctea 8 months ago
parent f27ad80231
commit a3310e3634
  1. 1
      src/uClock.cpp

@ -88,7 +88,6 @@ void uclockInitTimer()
void setTimerTempo(float bpm) void setTimerTempo(float bpm)
{ {
Serial.printf("setTimerTempo(%3.3f)..", bpm);
setTimer(uClock.bpmToMicroSeconds(bpm)); setTimer(uClock.bpmToMicroSeconds(bpm));
} }

Loading…
Cancel
Save