mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03: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
|