]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/lfdemod.c
chg: changed comment
[proxmark3-svn] / 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