Add return to MIFARE_UnbrickUidSector()

So the code can't reach end of non-void function
This commit is contained in:
AllToTheX
2015-08-16 02:10:46 +02:00
parent 36c56bb55c
commit e071335e4b

View File

@@ -1722,6 +1722,7 @@ bool MFRC522::MIFARE_UnbrickUidSector(bool logErrors) {
}
return false;
}
return true;
}
/////////////////////////////////////////////////////////////////////////////////////