diff options
author | sago35 <[email protected]> | 2022-02-08 23:31:30 +0900 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-02-11 07:17:43 +0100 |
commit | f2fef290c906c02ae9d8279f57a00e97f4111659 (patch) | |
tree | 589d5e33e89a93076c308c8b1291aa96e77eb271 /src | |
parent | 010cc13e9e5861bd9292a66f22be867f6629f943 (diff) | |
download | tinygo-f2fef290c906c02ae9d8279f57a00e97f4111659.tar.gz tinygo-f2fef290c906c02ae9d8279f57a00e97f4111659.zip |
machine: add DefaultUART to wioterminal
Diffstat (limited to 'src')
-rw-r--r-- | src/machine/board_wioterminal.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/machine/board_wioterminal.go b/src/machine/board_wioterminal.go index c19de4642..c0f13ef00 100644 --- a/src/machine/board_wioterminal.go +++ b/src/machine/board_wioterminal.go @@ -345,6 +345,8 @@ const ( ) var ( + DefaultUART = UART1 + UART1 = &sercomUSART2 // RTL8720D |