]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: syntax suger
authoriceman1001 <iceman@iuse.se>
Sat, 8 Oct 2016 17:14:35 +0000 (19:14 +0200)
committericeman1001 <iceman@iuse.se>
Sat, 8 Oct 2016 17:14:35 +0000 (19:14 +0200)
armsrc/legicrf.c
client/cmdhf14a.c

index f9092103ea1f0b1a70037731ba64fd81b2b0f3d3..e40124bc67229ace508aab8f17c0c8761b6a02cd 100644 (file)
@@ -787,7 +787,7 @@ void LegicRfSimulate(int phase, int frame, int reqresp)
    * measure the time between two rising edges on DIN, and no encoding on the
    * subcarrier from card to reader, so we'll just shift out our verbatim data
    * on DOUT, 1 bit is 100us. The time from reader to card frame is still unclear,
-   * seems to be 300us-ish.
+   * seems to be 330us.
    */
                
        int old_level = 0, active = 0;
index b1e894cda2abf270e960ba73fdc066de2984f032..88fb322ec7dd1425b214fb347e669f4456b069af 100644 (file)
@@ -184,7 +184,7 @@ int CmdHF14AReader(const char *Cmd) {
        clearCommandBuffer();
        SendCommand(&c);
        UsbCommand resp;
-       WaitForResponse(CMD_ACK,&resp);
+       WaitForResponse(CMD_ACK, &resp);
        
        iso14a_card_select_t card;
        memcpy(&card, (iso14a_card_select_t *)resp.d.asBytes, sizeof(iso14a_card_select_t));
Impressum, Datenschutz