device: change the import path

This commit is contained in:
sago35
2021-07-08 20:56:53 +09:00
parent 0565b7c0e0
commit d7e8de7b8c
168 changed files with 199 additions and 197 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
package machine
import (
"device/nxp"
"github.com/sago35/device/nxp"
"runtime/volatile"
"unsafe"
)