mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
machine/nrf52840: ensure that USB CDC interface is only initialized once
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -41,7 +41,7 @@ const (
|
||||
|
||||
// UART
|
||||
var (
|
||||
Serial = USB
|
||||
Serial = &USB
|
||||
UART0 = NRF_UART0
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user