Skip to content

Commit

Permalink
🐛 Mount media early for POWER_LOSS_RECOVERY (MarlinFirmware#27177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Jun 16, 2024
1 parent 013c3bc commit 7bc6261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ void setup() {
#endif
#endif

#if ALL(HAS_MEDIA, SDCARD_EEPROM_EMULATION)
#if HAS_MEDIA && ANY(SDCARD_EEPROM_EMULATION, POWER_LOSS_RECOVERY)
SETUP_RUN(card.mount()); // Mount media with settings before first_load
#endif

Expand Down

0 comments on commit 7bc6261

Please sign in to comment.