Skip to content

Commit 0340131

Browse files
authored
Merge pull request #1 from espressif/master
Update
2 parents ae96410 + d491d3a commit 0340131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

sdkconfig.esp32s2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ CONFIG_TINYUSB_MSC_BUFSIZE=512
206206
#
207207
# Human Interface (HID) driver
208208
#
209-
CONFIG_USB_HID_ENABLED=y
209+
CONFIG_TINYUSB_HID_ENABLED=y
210210
# end of Human Interface (HID) driver
211211

212212
#

0 commit comments

Comments
 (0)