diff options
| author | Ha Thach <[email protected]> | 2024-12-17 11:14:57 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-17 11:14:57 +0700 |
| commit | b1eae1e5e41dacfb70688ae8aeb950b7b68b8046 (patch) | |
| tree | 5a59ed7a186a0bc6c528f702349d2b1ce001a6af /src/device/usbd_control.c | |
| parent | 8eeddaab364e413153ebd0a8302f85dfb2e60e9f (diff) | |
| parent | f74ee9c4ed21795e26fdc96af0195657fa404811 (diff) | |
Merge pull request #2906 from hathach/add-ra8m1
Add ra8m1_ek
Diffstat (limited to 'src/device/usbd_control.c')
| -rw-r--r-- | src/device/usbd_control.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index d964a75d0..c9700fd9d 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -44,10 +44,6 @@ TU_ATTR_WEAK void dcd_edpt0_status_complete(uint8_t rhport, const tusb_control_r // MACRO CONSTANT TYPEDEF //--------------------------------------------------------------------+ -#if CFG_TUSB_DEBUG >= CFG_TUD_LOG_LEVEL -extern void usbd_driver_print_control_complete_name(usbd_control_xfer_cb_t callback); -#endif - enum { EDPT_CTRL_OUT = 0x00, EDPT_CTRL_IN = 0x80 |
