mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
chg: changed comment
This commit is contained in:
parent
9d7e9935af
commit
0cbe0cb8d6
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ int PyramiddemodFSK(uint8_t *dest, size_t *size)
|
||||||
return (int)startIdx;
|
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) {
|
int NedapDemod(uint8_t *dest, size_t *size) {
|
||||||
//make sure buffer has data
|
//make sure buffer has data
|
||||||
if (*size < 128) return -3;
|
if (*size < 128) return -3;
|
||||||
|
|
Loading…
Reference in a new issue