mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
menu "ENUM:: test configuration"
|
|
|
|
config TINYUSB_DEBUG_LEVEL
|
|
int "TinyUSB log level (0-3)"
|
|
default 1
|
|
range 0 3
|
|
help
|
|
Specify verbosity of TinyUSB log output.
|
|
|
|
endmenu
|