aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_atsamd21.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime_atsamd21.go')
-rw-r--r--src/runtime/runtime_atsamd21.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/runtime_atsamd21.go b/src/runtime/runtime_atsamd21.go
index 440cd148e..a3aa6c973 100644
--- a/src/runtime/runtime_atsamd21.go
+++ b/src/runtime/runtime_atsamd21.go
@@ -17,7 +17,8 @@ type timeUnit int64
func main() {
preinit()
initAll()
- callMain()
+ go callMain()
+ scheduler()
abort()
}