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
@@ -3,7 +3,7 @@
package machine
import (
"device/avr"
"github.com/sago35/device/avr"
"runtime/interrupt"
"runtime/volatile"
"unsafe"