diff options
| author | hathach <[email protected]> | 2018-03-06 19:14:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-06 19:14:01 +0700 |
| commit | 4dc917c9ba8b746a4e5ce1934af019840bd20355 (patch) | |
| tree | 5c8d270f36a6c38e98a64a991de54270e5a2d3f0 /tinyusb/device/usbd.c | |
| parent | fce85875c49a7d18115c4f0c2cf91d7f8e5df9d9 (diff) | |
rename demo to examples
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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
|
