fix(board): Set correct USB console options in defconfig

This commit is contained in:
2025-06-29 12:26:26 +02:00
parent 93a62b5e26
commit adba557ed2

View File

@@ -17,8 +17,8 @@
chosen { chosen {
zephyr,sram = &sramhp; zephyr,sram = &sramhp;
zephyr,console = &uart0; zephyr,console = &usb_serial;
zephyr,shell-uart = &uart0; zephyr,shell-uart = &usb_serial;
zephyr,flash = &flash0; zephyr,flash = &flash0;
zephyr,code-partition = &slot0_partition; zephyr,code-partition = &slot0_partition;
}; };