mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
When compiling for microbit with LTO=0, a compiler error occurs due to 'ms' variable in the microbit_sleep function has not been initialized. This patch initialize the variable to 0.