mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 05:36:31 +00:00
feat(usb_host): Added KConfig parameter for External HUB support enable
This commit is contained in:
committed by
Darian Leung
parent
01761f4c99
commit
54d984644a
@@ -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