diff options
| author | hathach <[email protected]> | 2013-11-07 11:51:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-07 11:51:39 +0700 |
| commit | 8c9def86185a2106a2aa69693a1b8b907c2be528 (patch) | |
| tree | 657217e64587902e3c8b8c3851fee434cc4665c2 /tinyusb/device | |
| parent | f1d47702e8715cf608eebd2c6f8bff8f0c3489c4 (diff) | |
clean up tusb_descriptors
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index bcdadd72b..81a0bc2ed 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -253,7 +253,7 @@ void usbd_setup_received_isr(uint8_t coreid, tusb_control_request_t * p_request) if(TUSB_ERROR_NONE != error) { // Response with Protocol Stall if request is not supported dcd_pipe_control_stall(coreid); - ASSERT(error == TUSB_ERROR_NONE, VOID_RETURN); +// ASSERT(error == TUSB_ERROR_NONE, VOID_RETURN); } } |
