fix for compiling with pm3others

This commit is contained in:
iceman1001 2020-01-22 21:14:05 +01:00
parent 5637c7ed61
commit 688fb78235

View file

@ -1783,7 +1783,8 @@ void MifareChkKeys(uint8_t *datain) {
} }
void MifareChkKeys_file(uint8_t *fn) { void MifareChkKeys_file(uint8_t *fn) {
#ifdef WITH_FLASH
SpinOff(0); SpinOff(0);
int changed = rdv40_spiffs_lazy_mount(); int changed = rdv40_spiffs_lazy_mount();
@ -1801,6 +1802,7 @@ void MifareChkKeys_file(uint8_t *fn) {
MifareChkKeys(mem); MifareChkKeys(mem);
BigBuf_free(); BigBuf_free();
#endif
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------