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