mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 06:59:31 +00:00
test: run ESP32 programs in QEMU
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build (esp32 && !qemu) || esp32c3 || esp32c6
|
||||
|
||||
package runtime
|
||||
|
||||
func exit(code int) {
|
||||
abort()
|
||||
}
|
||||
Reference in New Issue
Block a user