mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
used tabs instead of spaces
This commit is contained in:
parent
78f59945a7
commit
1cb9b2a3cf
3 changed files with 12 additions and 12 deletions
|
@ -141,10 +141,10 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
// Wait until flashing of page finishes
|
||||
uint32_t sr;
|
||||
while(!((sr = AT91C_BASE_EFC0->EFC_FSR) & AT91C_MC_FRDY));
|
||||
if(sr & (AT91C_MC_LOCKE | AT91C_MC_PROGE)) {
|
||||
dont_ack = 1;
|
||||
cmd_send(CMD_NACK,sr,0,0,0,0);
|
||||
}
|
||||
if(sr & (AT91C_MC_LOCKE | AT91C_MC_PROGE)) {
|
||||
dont_ack = 1;
|
||||
cmd_send(CMD_NACK,sr,0,0,0,0);
|
||||
}
|
||||
}
|
||||
} break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue