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
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build nrf
// +build nrf
//go:build nrf && !nrf52840
// +build nrf,!nrf52840
package runtime