fix(board): Set correct USB console options in defconfig
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user