mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
8 lines
125 B
Go
8 lines
125 B
Go
//go:build !tinygo.riscv && !cortexm
|
|
|
|
package runtime
|
|
|
|
func waitForEvents() {
|
|
runtimePanic("deadlocked: no event source")
|
|
}
|