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 a9bdd66 commit 4ef858cCopy full SHA for 4ef858c
boot/zephyr/serial_adapter.c
@@ -193,7 +193,7 @@ boot_uart_fifo_init(void)
193
#ifdef CONFIG_BOOT_SERIAL_UART
194
uart_dev = device_get_binding(DT_UART_CONSOLE_ON_DEV_NAME);
195
#elif CONFIG_BOOT_SERIAL_CDC_ACM
196
- uart_dev = device_get_binding(CONFIG_CDC_ACM_PORT_NAME_0);
+ uart_dev = device_get_binding(CONFIG_USB_CDC_ACM_DEVICE_NAME "_0");
197
#endif
198
u8_t c;
199
0 commit comments