Merge branch 'codesize' of https://github.com/DRracer/Prusa-Firmware into DRracer_codesize

This commit is contained in:
3d-gussner 2021-01-26 08:24:11 +01:00
commit ab18a3ccc3

View File

@ -3985,7 +3985,7 @@ void process_commands()
#elif defined(BOOTAPP) //this is a safety precaution. This is because the new bootloader turns off the heaters, but the old one doesn't. The watchdog should be used most of the time.
asm volatile("jmp 0x3E000");
#endif
}else if (code_seen("fv")) { // PRUSA fv
}else if (code_seen_P("fv")) { // PRUSA fv
// get file version
#ifdef SDSUPPORT
card.openFile(strchr_pointer + 3,true);