]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: one too many semicolons for #defines
authoriceman1001 <iceman@iuse.se>
Wed, 5 Oct 2016 20:18:26 +0000 (22:18 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 5 Oct 2016 20:18:26 +0000 (22:18 +0200)
armsrc/legicrf.c

index 9944ac462dda40b1bb144944e21ff3e17a46c7d7..8042fc8dca23a30de0915418e4354fae0291b474 100644 (file)
@@ -189,9 +189,9 @@ void frame_send_tag(uint16_t response, uint8_t bits) {
 
        for (; mask < BITMASK(bits); mask <<= 1) {      
                if (response & mask)
-                       OPEN_COIL;
+                       OPEN_COIL
                else
-                       SHORT_COIL;
+                       SHORT_COIL
                WaitTicks(TAG_BIT_PERIOD);
    }
    SHORT_COIL;
Impressum, Datenschutz