mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
WiFi/BLE ROM
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user