mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
device: change the import path
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package machine
|
||||
|
||||
import (
|
||||
"device/avr"
|
||||
"github.com/sago35/device/avr"
|
||||
"runtime/volatile"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user