aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/machine/machine_stm32l0.go
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-02-25 19:11:49 +0900
committerRon Evans <[email protected]>2022-02-28 10:19:26 +0100
commitd65e3deccf3ab35fe377806cf775bc6b1017328e (patch)
tree260265a4d96fa1141d7031e7fe4fa638e6967eba /src/machine/machine_stm32l0.go
parentcbfa85be6ad018b447f2c47401f4ebf8193b0887 (diff)
downloadtinygo-d65e3deccf3ab35fe377806cf775bc6b1017328e.tar.gz
tinygo-d65e3deccf3ab35fe377806cf775bc6b1017328e.zip
Revert "all: move stm32 files to separate repository"
This reverts commit 644356c220ed88f110d01300f671a170cd36eb04.
Diffstat (limited to 'src/machine/machine_stm32l0.go')
-rw-r--r--src/machine/machine_stm32l0.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machine_stm32l0.go b/src/machine/machine_stm32l0.go
index c090d0c0e..70b7ce583 100644
--- a/src/machine/machine_stm32l0.go
+++ b/src/machine/machine_stm32l0.go
@@ -6,8 +6,8 @@ package machine
// Peripheral abstraction layer for the stm32l0
import (
+ "device/stm32"
"runtime/interrupt"
- "tinygo.org/x/device/stm32"
)
func CPUFrequency() uint32 {