diff options
| author | hathach <[email protected]> | 2021-05-12 19:27:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | e0dbb489aed9d9e7f081c379400dcb74600ede6a (patch) | |
| tree | 97a469923eacb351ea59960a4f488567a2e5ab96 /src/host/usbh_control.c | |
| parent | e83bdcdfdc521fef2dd182a5f83cd1c1be673865 (diff) | |
rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE
add usbh_get_enum_buf
Diffstat (limited to 'src/host/usbh_control.c')
| -rw-r--r-- | src/host/usbh_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh_control.c b/src/host/usbh_control.c index 2b9f47793..974d10662 100644 --- a/src/host/usbh_control.c +++ b/src/host/usbh_control.c @@ -50,7 +50,7 @@ typedef struct static usbh_control_xfer_t _ctrl_xfer; //CFG_TUSB_MEM_SECTION CFG_TUSB_MEM_ALIGN -//static uint8_t _tuh_ctrl_buf[CFG_TUSB_HOST_ENUM_BUFFER_SIZE]; +//static uint8_t _tuh_ctrl_buf[CFG_TUH_ENUMERATION_BUFSZIE]; //--------------------------------------------------------------------+ // MACRO TYPEDEF CONSTANT ENUM DECLARATION |
