USB Libraries Help > USB Host Libraries > USB Host Layer Library > Configuring the Library > USB_HOST_HUB_SUPPORT_ENABLE Macro
MPLAB Harmony USB Stack
USB_HOST_HUB_SUPPORT_ENABLE Macro

USB Host Layer Hub Support 

Specifying this macro will enable Hub Support. The HUB tier level to be supported is then specified by USB_HOST_HUB_TIER_LEVEL constant. If this macro is specified, the file usb_host_hub.c must be included in the application.

C
#define USB_HOST_HUB_SUPPORT_ENABLE 
Remarks

Not specifying this macro will disable Hub support.