Skip to content

Commit

Permalink
machine: add DefaultUART to xiao
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 authored and deadprogram committed May 16, 2023
1 parent d256804 commit cdbd850
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/machine/board_xiao.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,7 @@ var (
usb_VID uint16 = 0x2886
usb_PID uint16 = 0x802F
)

var (
DefaultUART = UART1
)

0 comments on commit cdbd850

Please sign in to comment.