mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
The `_start` function prototype is now declared as no-return, so `main()` can't return. To fix this, `main()` is replaced with `_start`. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>