Skip to content

Commit 1fa2e11

Browse files
committed
fail loader
1 parent 0826ee8 commit 1fa2e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const struct device *const usb_dev =
4040
DEVICE_DT_GET(DT_PHANDLE_BY_IDX(DT_PATH(zephyr_user), cdc_acm, 0));
4141

4242
static int enable_shell_usb(void) {
43-
bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0;
43+
bool log_backend = CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > 0;
4444
uint32_t level = (CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL > LOG_LEVEL_DBG) ?
4545
CONFIG_LOG_MAX_LEVEL :
4646
CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL;

0 commit comments

Comments
 (0)