mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 21:09:02 +00:00
targets: add DefaultUART to adafruit boards
This commit is contained in:
@@ -43,3 +43,7 @@ var (
|
||||
SERCOM: 1,
|
||||
}
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultUART = UART1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user