revert fix missing external clock tick for first sync signal. it shuold be tick 0

pull/51/head
midilab 1 day ago
parent 45d7963855
commit 519e5fd9c5
  1. 4
      src/uClock.cpp

@ -329,9 +329,7 @@ void uClockClass::handleExternalClock()
case STARTING:
clock_state = SYNCING;
ext_clock_us = micros();
// external clock tick me!
ext_clock_tick++;
// should we force internal tick process based on this first tick?
break;
}
}

Loading…
Cancel
Save