summaryrefslogtreecommitdiff
path: root/tinyusb/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-26 14:17:58 +0700
committerhathach <[email protected]>2013-11-26 14:17:58 +0700
commitaf87e231c53e8f22cb1c6caea6ad973cf9eb4e0c (patch)
treed0acff0d0aa54d8319d929d1a7ffcc75d66d4e81 /tinyusb/device
parent47d8af71118e9b82053a0d2238d67890ecf52c78 (diff)
house keeping
Diffstat (limited to 'tinyusb/device')
-rw-r--r--tinyusb/device/dcd_lpc_11uxx_13uxx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/device/dcd_lpc_11uxx_13uxx.c b/tinyusb/device/dcd_lpc_11uxx_13uxx.c
index 22dcaafa0..81636903f 100644
--- a/tinyusb/device/dcd_lpc_11uxx_13uxx.c
+++ b/tinyusb/device/dcd_lpc_11uxx_13uxx.c
@@ -403,7 +403,6 @@ tusb_error_t dcd_pipe_xfer(endpoint_handle_t edpt_hdl, void* buffer, uint16_t t
dcd_data.qhd[edpt_hdl.index][0].active = 1; // buffer0 always has queued xfer
-
return TUSB_ERROR_NONE;
}
#endif