mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
add UART0 as alias for UART1
This commit is contained in:
@@ -136,6 +136,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
UART0 = &UART1 // alias UART0 to UART1
|
||||
UART1 = UART{
|
||||
Bus: nxp.LPUART6,
|
||||
Buffer: NewRingBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user