mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 21:43:40 +00:00
Revert "all: move stm32 files to separate repository"
This reverts commit 644356c220.
This commit is contained in:
@@ -6,9 +6,9 @@ package machine
|
||||
// Peripheral abstraction layer for UARTs on the stm32 family.
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"runtime/interrupt"
|
||||
"runtime/volatile"
|
||||
"tinygo.org/x/device/stm32"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user