diff options
Diffstat (limited to 'src/runtime/runtime_esp32.go')
-rw-r--r-- | src/runtime/runtime_esp32.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime_esp32.go b/src/runtime/runtime_esp32.go index 0543a4bd4..2b24d371b 100644 --- a/src/runtime/runtime_esp32.go +++ b/src/runtime/runtime_esp32.go @@ -11,6 +11,7 @@ import ( // This is the function called on startup right after the stack pointer has been // set. +// //export main func main() { // Disable the protection on the watchdog timer (needed when started from |