aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_stm32_timers.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-02-13 17:04:36 +0100
committerRon Evans <[email protected]>2022-02-18 23:39:26 +0100
commit644356c220ed88f110d01300f671a170cd36eb04 (patch)
tree7e13c4a4ca0576c71809c6d6df075d3848fb0d9a /src/runtime/runtime_stm32_timers.go
parent47a622a903ac1f9341ea31b623302b101aee9c01 (diff)
downloadtinygo-644356c220ed88f110d01300f671a170cd36eb04.tar.gz
tinygo-644356c220ed88f110d01300f671a170cd36eb04.zip
all: move stm32 files to separate repository
Diffstat (limited to 'src/runtime/runtime_stm32_timers.go')
-rw-r--r--src/runtime/runtime_stm32_timers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime_stm32_timers.go b/src/runtime/runtime_stm32_timers.go
index 81b728f77..7ee5b784f 100644
--- a/src/runtime/runtime_stm32_timers.go
+++ b/src/runtime/runtime_stm32_timers.go
@@ -11,10 +11,10 @@ package runtime
// Output Comparator used for fine-grained sleeps.
import (
- "device/stm32"
"machine"
"runtime/interrupt"
"runtime/volatile"
+ "tinygo.org/x/device/stm32"
)
type timerInfo struct {