mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 12:07:05 +08:00
commit
2611eef1b6
1 changed files with 130 additions and 128 deletions
|
@ -80,8 +80,9 @@ void setT55xxConfig(t55xx_config *c) {
|
|||
printT55xxConfig();
|
||||
|
||||
#if WITH_FLASH
|
||||
if (!FlashInit())
|
||||
if (!FlashInit()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Flash_CheckBusy(BUSY_TIMEOUT);
|
||||
|
||||
|
@ -100,8 +101,9 @@ t55xx_config* getT55xxConfig(void) {
|
|||
|
||||
void loadT55xxConfig(void) {
|
||||
#if WITH_FLASH
|
||||
if (!FlashInit())
|
||||
if (!FlashInit()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Flash_CheckBusy(BUSY_TIMEOUT);
|
||||
Flash_WriteEnable();
|
||||
|
|
Loading…
Add table
Reference in a new issue