mirror of
https://github.com/micropython/micropython.git
synced 2026-04-30 04:40:13 +02:00
e111793d8d
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>