mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
runtime: make channels work in interrupts
This commit is contained in:
@@ -19,6 +19,9 @@ func run() {
|
||||
initAll()
|
||||
postinit()
|
||||
callMain()
|
||||
schedulerDone = true
|
||||
}()
|
||||
scheduler()
|
||||
}
|
||||
|
||||
const hasScheduler = true
|
||||
|
||||
Reference in New Issue
Block a user