diff options
| author | hathach <[email protected]> | 2023-02-22 11:47:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-02-22 11:47:09 +0700 |
| commit | 03ec49450d2109a0e6ede3672e95426fd87aa48f (patch) | |
| tree | ac0a78722a421177931ebd8ccc04034893f929b1 /src/device/usbd_control.c | |
| parent | 18c3095346159a4f5c3db9775b4f7c6aebca77c2 (diff) | |
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
Diffstat (limited to 'src/device/usbd_control.c')
| -rw-r--r-- | src/device/usbd_control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index c3ff7459d..8b071d9c6 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -53,10 +53,10 @@ typedef struct usbd_control_xfer_cb_t complete_cb; } usbd_control_xfer_t; -TU_STATIC usbd_control_xfer_t _ctrl_xfer; +static _fuzz_thread usbd_control_xfer_t _ctrl_xfer; CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN -TU_STATIC uint8_t _usbd_ctrl_buf[CFG_TUD_ENDPOINT0_SIZE]; +static _fuzz_thread uint8_t _usbd_ctrl_buf[CFG_TUD_ENDPOINT0_SIZE]; //--------------------------------------------------------------------+ // Application API |
