mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-22 05:19:03 +00:00
targets: add DefaultUART to adafruit boards
This commit is contained in:
@@ -36,3 +36,7 @@ var (
|
||||
}
|
||||
NINA_SPI = SPI0
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultUART = UART1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user