Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
This commit is contained in:
@@ -80,8 +80,9 @@ void setT55xxConfig(t55xx_config *c) {
|
|||||||
printT55xxConfig();
|
printT55xxConfig();
|
||||||
|
|
||||||
#if WITH_FLASH
|
#if WITH_FLASH
|
||||||
if (!FlashInit())
|
if (!FlashInit()) {
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Flash_CheckBusy(BUSY_TIMEOUT);
|
Flash_CheckBusy(BUSY_TIMEOUT);
|
||||||
|
|
||||||
@@ -100,8 +101,9 @@ t55xx_config* getT55xxConfig(void) {
|
|||||||
|
|
||||||
void loadT55xxConfig(void) {
|
void loadT55xxConfig(void) {
|
||||||
#if WITH_FLASH
|
#if WITH_FLASH
|
||||||
if (!FlashInit())
|
if (!FlashInit()) {
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Flash_CheckBusy(BUSY_TIMEOUT);
|
Flash_CheckBusy(BUSY_TIMEOUT);
|
||||||
Flash_WriteEnable();
|
Flash_WriteEnable();
|
||||||
|
|||||||
Reference in New Issue
Block a user