From 4dc917c9ba8b746a4e5ce1934af019840bd20355 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 6 Mar 2018 19:14:01 +0700 Subject: rename demo to examples --- tinyusb/device/usbd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tinyusb') diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index 1963f37d3..4b3620abf 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -445,7 +445,6 @@ void hal_dcd_setup_received(uint8_t coreid, uint8_t const* p_request) void usbd_xfer_isr(endpoint_handle_t edpt_hdl, tusb_event_t event, uint32_t xferred_bytes) { -// if (edpt_hdl.class_code == 0 ) if (edpt_hdl.index == 0 ) { // Control Transfer -- cgit v1.3.1