]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - bootrom/bootrom.c
fixed indentation to get rid of warnings
[proxmark3-svn] / bootrom / bootrom.c
index 63c04ae5c952ab4ec61aac15f1d61ba4b188e5a4..8b052be7af3def73a0fde8cc1a895bbd4aa677bd 100644 (file)
@@ -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;
       
Impressum, Datenschutz