mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
runtime: make channels work in interrupts
This commit is contained in:
@@ -21,3 +21,5 @@ func run() {
|
||||
postinit()
|
||||
callMain()
|
||||
}
|
||||
|
||||
const hasScheduler = false
|
||||
|
||||
Reference in New Issue
Block a user