WiFi/BLE ROM

This commit is contained in:
Dima Jolkin
2026-03-17 18:58:01 +02:00
committed by deadprogram
parent 71245845c8
commit 1f00425eb3
2 changed files with 13 additions and 3 deletions
@@ -71,3 +71,8 @@ func (s *state) pause() {
func SystemStack() uintptr {
return *runtime_systemStackPtr()
}
//export tinygo_task_current
func tinygo_task_current() unsafe.Pointer {
return unsafe.Pointer(Current())
}