summaryrefslogtreecommitdiff
path: root/tinyusb/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-31 13:23:23 +0700
committerhathach <[email protected]>2018-03-31 13:23:23 +0700
commitf1f7153b3b469d2565d5f5b5b8feb932ad219b98 (patch)
tree4e72bdd38189e03eee4ed272583b12e76843853b /tinyusb/device
parent68f5c004d836a6d15dfe651de3333c7ab0cc7e5f (diff)
clean up nrf52
Diffstat (limited to 'tinyusb/device')
-rw-r--r--tinyusb/device/usbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c
index e8b73b371..404a66e7e 100644
--- a/tinyusb/device/usbd.c
+++ b/tinyusb/device/usbd.c
@@ -600,6 +600,8 @@ void dcd_xfer_complete(uint8_t rhport, uint8_t ep_addr, uint32_t xferred_bytes,
osal_queue_send(_usbd_q, &task_event);
}
+
+ TU_ASSERT(succeeded, );
}
//--------------------------------------------------------------------+