aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_stm32f7x2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/machine/machine_stm32f7x2.go')
-rw-r--r--src/machine/machine_stm32f7x2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machine_stm32f7x2.go b/src/machine/machine_stm32f7x2.go
index 2142f3fe0..bdfa27bc1 100644
--- a/src/machine/machine_stm32f7x2.go
+++ b/src/machine/machine_stm32f7x2.go
@@ -6,7 +6,7 @@ package machine
// Peripheral abstraction layer for the stm32f407
import (
- "tinygo.org/x/device/stm32"
+ "device/stm32"
)
func CPUFrequency() uint32 {