fix(board): Set correct USB console options in defconfig
This commit is contained in:
parent
93a62b5e26
commit
adba557ed2
|
|
@ -17,8 +17,8 @@
|
|||
|
||||
chosen {
|
||||
zephyr,sram = &sramhp;
|
||||
zephyr,console = &uart0;
|
||||
zephyr,shell-uart = &uart0;
|
||||
zephyr,console = &usb_serial;
|
||||
zephyr,shell-uart = &usb_serial;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue