Fix typo in TUH configuration define

This commit is contained in:
Niklas Hauser
2021-06-21 05:32:43 +02:00
parent e45b6dbc1c
commit 264dc35b95
5 changed files with 7 additions and 7 deletions

View File

@@ -278,8 +278,8 @@
#error there is no benefit enable hub with max device is 1. Please disable hub or increase CFG_TUSB_HOST_DEVICE_MAX
#endif
#ifndef CFG_TUH_ENUMERATION_BUFSZIE
#define CFG_TUH_ENUMERATION_BUFSZIE 256
#ifndef CFG_TUH_ENUMERATION_BUFSIZE
#define CFG_TUH_ENUMERATION_BUFSIZE 256
#endif
//------------- CLASS -------------//