diff options
| author | hathach <[email protected]> | 2021-08-23 11:01:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-23 11:01:40 +0700 |
| commit | 6a16f6ccddf77e1b0232aec0c89d2105e391b297 (patch) | |
| tree | bca6923d530ac38e2546613515cdc524ee05b65d /src/host/usbh_hcd.h | |
| parent | 800f85329ea21bdefc778c246c8098dea12fb402 (diff) | |
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
Diffstat (limited to 'src/host/usbh_hcd.h')
| -rw-r--r-- | src/host/usbh_hcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh_hcd.h b/src/host/usbh_hcd.h index 450b3e447..9f8d3407d 100644 --- a/src/host/usbh_hcd.h +++ b/src/host/usbh_hcd.h @@ -95,7 +95,7 @@ typedef struct { } usbh_device_t; -extern usbh_device_t _usbh_devices[CFG_TUSB_HOST_DEVICE_MAX+1]; // including zero-address +extern usbh_device_t _usbh_devices[CFG_TUH_DEVICE_MAX+1]; // including zero-address #ifdef __cplusplus } |
