refactor(ext_port): Removed ext_hub dependency: update test_app

This commit is contained in:
Roman Leonov
2025-03-04 09:55:12 +01:00
parent a807fe7940
commit 178ac8ee0f
4 changed files with 151 additions and 100 deletions

View File

@@ -8,6 +8,7 @@
#include <stdint.h>
#include "esp_err.h"
#include "usb/usb_types_stack.h"
#include "usb/usb_types_ch11.h"
#include "sdkconfig.h"
#ifdef __cplusplus