Skip to content

Commit 727c018

Browse files
marqdevxfacchinm
authored andcommitted
increased TUSBH_MAX_CHILD to 10
Increased TUSBH_MAX_CHILD to 10 It will allow some USB hubs that were not able to be used before
1 parent bef69ff commit 727c018

File tree

1 file changed

+1
-1
lines changed
  • libraries/USBHOST/src/class/host

1 file changed

+1
-1
lines changed

Diff for: libraries/USBHOST/src/class/host/tusbh.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848
#define TUSHH_ROOT_CHILD_COUNT 1
49-
#define TUSBH_MAX_CHILD 4
49+
#define TUSBH_MAX_CHILD 10
5050
#define TUSBH_MAX_CONFIG_LENGTH 256
5151
#define TUSBH_MAX_INTERFACE 8
5252
#define TUSBH_MAX_EP 4

0 commit comments

Comments
 (0)