Skip to content

Commit

Permalink
fix(esp_tinyusb): Changed default Kconfig level to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Mar 5, 2024
1 parent 6802c00 commit a8e14d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device/esp_tinyusb/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
menu "TinyUSB Stack"
config TINYUSB_DEBUG_LEVEL
int "TinyUSB log level (0-3)"
default 0
default 1
range 0 3
help
Specify verbosity of TinyUSB log output.
Expand All @@ -12,7 +12,7 @@ menu "TinyUSB Stack"
default TINYUSB_RHPORT_HS
help
Allows set the USB PHY Controller for TinyUSB: HS (USB OTG2.0 PHY for HighSpeed)

config TINYUSB_RHPORT_HS
bool "HS"
endchoice
Expand Down

0 comments on commit a8e14d1

Please sign in to comment.