]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
chg: changed comment
authoriceman1001 <iceman@iuse.se>
Thu, 7 Jul 2016 00:13:02 +0000 (02:13 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 7 Jul 2016 00:13:02 +0000 (02:13 +0200)
common/lfdemod.c

index a410fd7c3e5ff7d8f68192725c50caccbbaebc87..8b31f1a4c10a751cd447d2667aa89f7a57a7e22e 100644 (file)
@@ -766,7 +766,7 @@ int PyramiddemodFSK(uint8_t *dest, size_t *size)
        return (int)startIdx;
 }
 
-// find presco preamble 0x10D in already demoded data
+// find nedap preamble in already demoded data
 int NedapDemod(uint8_t *dest, size_t *size) {
        //make sure buffer has data
        if (*size < 128) return -3;
Impressum, Datenschutz