Skip to content

Commit 3de303a

Browse files
authored
Merge pull request #3 from keyboardio/serial-stall-fix
Revert "Enable serial autoflush"
2 parents 9a5e8a4 + 8279095 commit 3de303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/CDCACM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ bool CDCACM_::setup(arduino::USBSetup& setup)
7676
} else if (setup.bRequest == CDC_SET_CONTROL_LINE_STATE) {
7777
this->lineState = setup.wValueL;
7878
if (this->lineState > 0) {
79-
usbd_int_fops = &usb_inthandler;
79+
// usbd_int_fops = &usb_inthandler;
8080
} else {
8181
usbd_int_fops = nullptr;
8282
}

0 commit comments

Comments
 (0)