We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0826ee8 commit 1fa2e11Copy full SHA for 1fa2e11
loader/main.c
@@ -40,7 +40,7 @@ const struct device *const usb_dev =
40
DEVICE_DT_GET(DT_PHANDLE_BY_IDX(DT_PATH(zephyr_user), cdc_acm, 0));
41
42
static int enable_shell_usb(void) {
43
- bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0;
+ bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0;
44
uint32_t level = (CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > LOG_LEVEL_DBG) ?
45
CONFIG_LOG_MAX_LEVEL :
46
CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL;
0 commit comments