We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce8f55 commit 5a2210cCopy full SHA for 5a2210c
hardware/firmware/audio_board/vendor/cores/teensy4/yield.cpp
@@ -51,7 +51,7 @@ void yield(void)
51
if (Serial.available()) serialEvent();
52
}
53
54
-#if defined(USB_DUAL_SERIAL) || defined(USB_TRIPLE_SERIAL)
+#if defined(USB_DUAL_SERIAL) || defined(USB_TRIPLE_SERIAL) || defined(USB_MIDI_AUDIO_SERIAL)
55
if (check_flags & YIELD_CHECK_USB_SERIALUSB1) {
56
if (SerialUSB1.available()) serialEventUSB1();
57
0 commit comments