samd21,samd51,nrf52840: refactor usb initialization

This commit is contained in:
sago35
2022-07-06 07:58:42 +09:00
committed by Ron Evans
parent fcefcb191c
commit 2fa24ef752
9 changed files with 200 additions and 97 deletions
-1
View File
@@ -7,5 +7,4 @@ package machine
var Serial = USB
func InitSerial() {
Serial.Configure(UARTConfig{})
}