mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
runtime: make channels work in interrupts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// +build !tinygo.riscv
|
||||
// +build !cortexm
|
||||
|
||||
package runtime
|
||||
|
||||
func waitForEvents() {
|
||||
runtimePanic("deadlocked: no event source")
|
||||
}
|
||||
Reference in New Issue
Block a user