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 86b9ad7 commit b7e1794Copy full SHA for b7e1794
loader/main.c
@@ -69,7 +69,7 @@ static int loader(const struct shell *sh)
69
return -EINVAL;
70
}
71
72
-#if DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm) && CONFIG_SHELL
+#if DT_NODE_HAS_PROP(DT_PATH(zephyr_user), cdc_acm) && CONFIG_SHELL && CONFIG_USB_DEVICE_STACK
73
uint8_t debug = endptr[1];
74
if (debug != 0 && strcmp(k_thread_name_get(k_current_get()), "main") == 0) {
75
// disables default shell on UART
0 commit comments