]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/pcf7931.c
CHG: minor updates in the T55x7 methods. added the LED_A_ON / LED_A_OFF to indicate...
[proxmark3-svn] / armsrc / pcf7931.c
index 090a6e03f915e7e39791ca5da6d96681e0f86479..0dba4fe3e00066db093b9fe4639a4b46f503383b 100644 (file)
@@ -268,7 +268,7 @@ void ReadPCF7931() {
        }
        Dbprintf("-----------------------------------------");
 
-       return ;
+       cmd_send(CMD_ACK,0,0,0,0,0);
 }
 
 
@@ -436,18 +436,13 @@ void SendCmdPCF7931(uint32_t * tab){
                while(tempo !=  tab[u+2]){
                        tempo = AT91C_BASE_TC0->TC_CV;
                }
-
-
        }
 
        LED_A_OFF();
        FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
        SpinDelay(200);
 
-
        AT91C_BASE_TC0->TC_CCR = AT91C_TC_CLKDIS; // timer disable
-       DbpString("FINISH !");
-       DbpString("(Could be usefull to send the same trame many times)");
        LED(0xFFFF, 1000);
 }
 
Impressum, Datenschutz