summaryrefslogtreecommitdiff
path: root/src/device/usbd_control.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-22 16:48:18 +0700
committerhathach <[email protected]>2021-07-22 16:48:18 +0700
commitfa0936bf588c3942b7d2b92baed1693e73dbfdc1 (patch)
tree2038fc3b34d4c380ebd4cce856bc980b5240f636 /src/device/usbd_control.c
parent1c2bc47c078fb48379bb148840e9b9c88c0fa66f (diff)
parent4c0cce4b1df707aa1aeb5e861971b5b31e94a416 (diff)
Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh-CCRX_Port
Diffstat (limited to 'src/device/usbd_control.c')
-rw-r--r--src/device/usbd_control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c
index 7a8244699..124f711a7 100644
--- a/src/device/usbd_control.c
+++ b/src/device/usbd_control.c
@@ -58,6 +58,7 @@ static usbd_control_xfer_t _ctrl_xfer;
CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN
static uint8_t _usbd_ctrl_buf[CFG_TUD_ENDPOINT0_SIZE];
+
//--------------------------------------------------------------------+
// Application API
//--------------------------------------------------------------------+