Browse Source

machine: add DefaultUART to wioterminal

pull/2631/head
sago35 3 years ago
committed by Ron Evans
parent
commit
f2fef290c9
  1. 2
      src/machine/board_wioterminal.go

2
src/machine/board_wioterminal.go

@ -345,6 +345,8 @@ const (
)
var (
DefaultUART = UART1
UART1 = &sercomUSART2
// RTL8720D

Loading…
Cancel
Save