more ci fix

This commit is contained in:
hathach
2025-02-12 13:58:01 +07:00
parent 7c405236cf
commit 86d371fb79
4 changed files with 117 additions and 98 deletions

View File

@@ -109,8 +109,7 @@
// only hub class is enabled
#define CFG_TUH_HUB 1
// max device support (excluding hub device)
// 1 hub typically has 4 ports
// max device support (excluding hub device): 1 hub typically has 4 ports
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB + 1)
#ifdef __cplusplus