diff options
| author | hathach <[email protected]> | 2023-07-24 15:46:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-24 15:46:21 +0700 |
| commit | ef49b93532a7360703ae87d36cf463169f86f20b (patch) | |
| tree | 4e44f8f9bbf14eea83171d392030989fcfad5e8b /src/device | |
| parent | a268e0b7a31a9b459913e29d04c7f576633f9078 (diff) | |
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
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 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]; //--------------------------------------------------------------------+ |
