diff options
| author | Ha Thach <[email protected]> | 2023-07-24 20:49:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-24 20:49:20 +0700 |
| commit | d685ac689bebf778bbf401ff06ba513cee02182c (patch) | |
| tree | 5a02234cda241bf119c76900ba4098591c59bef3 /src/device/usbd_control.c | |
| parent | 8fa0b74d8016554d23f84981f78c656f215d76e8 (diff) | |
| parent | 25225ba792c7537b6fa25f3be5728a08bf343af8 (diff) | |
Merge pull request #2172 from hathach/cmake-4088
update bsp for 4088
Diffstat (limited to 'src/device/usbd_control.c')
| -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 c580e6ecf..76d062e40 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -55,7 +55,7 @@ typedef struct tu_static usbd_control_xfer_t _ctrl_xfer; -CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN +CFG_TUD_MEM_SECTION CFG_TUSB_MEM_ALIGN tu_static uint8_t _usbd_ctrl_buf[CFG_TUD_ENDPOINT0_SIZE]; //--------------------------------------------------------------------+ |
