diff options
author | iabdalkader <i.abdalkader@gmail.com> | 2024-01-19 11:12:13 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-01-22 12:40:16 +1100 |
commit | e111793d8d6a0b921f47c7396b70a0aca1edaea5 (patch) | |
tree | 60edcc60b751a83a926ab6eae41811bd5dae6053 /tests/extmod/asyncio_wait_task.py.exp | |
parent | beb44597841805a85d31326b375669b6a1251c02 (diff) | |
download | micropython-e111793d8d6a0b921f47c7396b70a0aca1edaea5.tar.gz micropython-e111793d8d6a0b921f47c7396b70a0aca1edaea5.zip |
nrf: Fix _start() build issue with CMSIS 5.9.0.
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>
Diffstat (limited to 'tests/extmod/asyncio_wait_task.py.exp')
0 files changed, 0 insertions, 0 deletions