mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 01:05:14 +00:00
feat(usb_host): Added KConfig parameter for External HUB support enable
This commit is contained in:
@@ -12,9 +12,12 @@ Warning: The USB Host Library API is still a beta version and may be subject to
|
||||
|
||||
#include <stdint.h>
|
||||
#include "esp_err.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "usb/usb_types_stack.h"
|
||||
#include "usb/usb_types_ch9.h"
|
||||
#if (CONFIG_USB_HOST_EXT_HUB_SUPPORT)
|
||||
#include "usb/usb_types_ch11.h"
|
||||
#endif // CONFIG_USB_HOST_EXT_HUB_SUPPORT
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user