diff options
| author | rppicomidi <[email protected]> | 2022-08-25 15:08:00 -0700 |
|---|---|---|
| committer | atoktoto <[email protected]> | 2022-11-13 14:29:16 +0100 |
| commit | 70eefcb849542f386a1349da7a4944d2d02dcd40 (patch) | |
| tree | 7c317a2c78f79b98fb57deeb51b99f8bd14b4aea /src/device | |
| parent | 2ddd74fada9b2f272923fce9c3b1926a6e9f5c80 (diff) | |
Add hooks to allow cloning an attached USB device descriptor
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index 0995ef669..187547ae3 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -56,7 +56,7 @@ typedef struct 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]; +static uint8_t _usbd_ctrl_buf[/*CFG_TUD_ENDPOINT0_SIZE*/ 64]; //--------------------------------------------------------------------+ // Application API |
