Fix compile error with SD_FIRMWARE_UPDATE (#12462)

This commit is contained in:
Ludy
2018-11-18 04:13:36 +01:00
committed by Scott Lahteine
parent 779b2709ec
commit 22d7fed60a
5 changed files with 10 additions and 7 deletions

View File

@ -22,7 +22,7 @@
*/
#include "../../inc/MarlinConfigPre.h"
#if ENABLED(EEPROM_SETTINGS)
#if ENABLED(EEPROM_SETTINGS) || ENABLED(SD_FIRMWARE_UPDATE)
#include "persistent_store_api.h"
PersistentStore persistentStore;