Explorar o código

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

Marek Bel %!s(int64=5) %!d(string=hai) anos
pai
achega
608aa6ff3c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Firmware/mmu.cpp

+ 1 - 1
Firmware/mmu.cpp

@@ -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)