Increase number of MMU load tries, so the same number of retries are done without cutter as before enabling cutter.

This commit is contained in:
Marek Bel 2019-09-10 18:49:23 +02:00
parent 0fda4e5594
commit 608aa6ff3c
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ void mmu_continue_loading(bool blocking)
};
Ls state = Ls::Enter;
const uint_least8_t max_retry = 2;
const uint_least8_t max_retry = 3;
uint_least8_t retry = 0;
while (!success)