Skip to content

Commit

Permalink
Merge pull request #60 from LexxPluss/HWDEV-2428-use-usart1-as-default
Browse files Browse the repository at this point in the history
HWDEV-2428 use usart1 as default
  • Loading branch information
ar90n authored Oct 1, 2024
2 parents 1b91ad6 + 96c934c commit ffcc6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/boards/arm/lexxpluss_scb/lexxpluss_scb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

chosen {
zephyr,code-partition = &slot0_partition;
zephyr,console = &usart2;
zephyr,shell-uart = &usart2;
zephyr,console = &usart1;
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,dtcm = &dtcm;
Expand Down

0 comments on commit ffcc6f5

Please sign in to comment.