Skip to content

Commit c2a908c

Browse files
committed
hmm
1 parent 7003833 commit c2a908c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/device/usbd.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ TU_ATTR_WEAK void tud_suspend_cb(bool remote_wakeup_en) {
7979
TU_ATTR_WEAK void tud_resume_cb(void) {
8080
}
8181

82-
//TU_ATTR_WEAK bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_request_t const* request) {
83-
// (void) rhport;
84-
// (void) stage;
85-
// (void) request;
86-
// return false;
87-
//}
82+
TU_ATTR_WEAK bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_request_t const* request) {
83+
(void) rhport;
84+
(void) stage;
85+
(void) request;
86+
return false;
87+
}
8888

8989
TU_ATTR_WEAK bool dcd_deinit(uint8_t rhport) {
9090
(void) rhport;

0 commit comments

Comments
 (0)