Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmamma committed Jul 14, 2022
1 parent 2fb794f commit 818e2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/cores/megacommand/MCL/MidiActivePeering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void MidiActivePeering::run() {
resource_loaded = false;

//Setting USB turbo speed too early can cause OS upload to fail
if (turbo_light.lookup_speed(mcl_cfg.usb_turbo) != MidiUartUSB.speed && slowclock > 3000 && usb_set_speed) {
if (turbo_light.lookup_speed(mcl_cfg.usb_turbo) != MidiUartUSB.speed && slowclock > 4000 && usb_set_speed) {
turbo_light.set_speed(turbo_light.lookup_speed(mcl_cfg.usb_turbo), MidiUSB.uart);
usb_set_speed = false;
}
Expand Down

0 comments on commit 818e2cc

Please sign in to comment.