mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
Previous behaviour was: if boot.py had an exception then main.py would still run, which is arguably unexpected behaviour. This commit changes the behaviour so main.py is not run if boot.py has an error. Signed-off-by: Damien George <damien@micropython.org>