We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043cd06 commit 74d9e51Copy full SHA for 74d9e51
cores/arduino/CDCACM.cpp
@@ -76,7 +76,7 @@ bool CDCACM_::setup(arduino::USBSetup& setup)
76
} else if (setup.bRequest == CDC_SET_CONTROL_LINE_STATE) {
77
this->lineState = setup.wValueL;
78
if (this->lineState > 0) {
79
- // usbd_int_fops = &usb_inthandler;
+ usbd_int_fops = &usb_inthandler;
80
} else {
81
usbd_int_fops = nullptr;
82
}
0 commit comments