Skip to content

Commit bdb9816

Browse files
authored
Merge pull request #7654 from dhalbert/8.0.x-7652
8.0.x Backport of #7652 ("soft reboot" printing); update frozen libraries
2 parents 460dda0 + 9b2f1ab commit bdb9816

9 files changed

+9
-8
lines changed

main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,7 @@ int __attribute__((used)) main(void) {
10121012
if (!simulate_reset) {
10131013
serial_write_compressed(translate("soft reboot\n"));
10141014
}
1015+
simulate_reset = false;
10151016
if (pyexec_mode_kind == PYEXEC_MODE_FRIENDLY_REPL) {
10161017
// If code.py did a fake deep sleep, pretend that we
10171018
// are running code.py for the first time after a hard

0 commit comments

Comments
 (0)