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

This commit is contained in:
Eduard Iten 2025-06-29 12:26:26 +02:00
parent 93a62b5e26
commit adba557ed2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
};