ESP32-C3 is not supported for USBHOST

This commit is contained in:
Thomas Göttgens
2024-05-11 19:26:06 +02:00
parent 477fa85318
commit 5131e2b1e5
7 changed files with 6 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
#include "InputBroker.h"
#include "concurrency/OSThread.h"
#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32S2 || CONFIG_IDF_TARGET_ESP32C3
#if CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32S2
#include "EspUsbHost.h"
class KbUsbBase : public Observable<const InputEvent *>, public concurrency::OSThread, public EspUsbHost