Skip to content

Commit 74d9e51

Browse files
committed
Enable serial autoflush
1 parent 043cd06 commit 74d9e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/CDCACM.cpp

+1-1
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)