Skip to content

Commit 98c9ea2

Browse files
authored
fix wrong HID switch
fixes: espressif/arduino-esp32#5101
1 parent cfa3aa6 commit 98c9ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/arduino_tinyusb/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ menu "Arduino TinyUSB"
6969
menu "Human Interface (HID) driver"
7070
depends on TINYUSB_ENABLED
7171

72-
config USB_HID_ENABLED
72+
config TINYUSB_HID_ENABLED
7373
bool "Enable USB Human Interface (HID) TinyUSB driver"
7474
default y
7575
help

0 commit comments

Comments
 (0)