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