Skip to content

Commit 93f5e68

Browse files
committed
chore: fix rp2040 imports
1 parent c0a5f50 commit 93f5e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/runtime_rp2040.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ package runtime
44

55
import (
66
"device/rp"
7+
"runtime/volatile"
8+
"unsafe"
79
)
810

911
const (

0 commit comments

Comments
 (0)