mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Merge branch 'master' of https://github.com/Proxmark/proxmark3
Conflicts: armsrc/appmain.c armsrc/iclass.c
This commit is contained in:
commit
4ecde0e1ff
17 changed files with 1286 additions and 1285 deletions
|
@ -108,7 +108,7 @@ int manchester_decode( int * data, const size_t len, uint8_t * dataout, size_t
|
|||
DetectHighLowInGraph(&high, &low, TRUE);
|
||||
|
||||
/* get clock */
|
||||
clock = GetClock("",0, 0);
|
||||
clock = GetAskClock("",false, false);
|
||||
|
||||
startindex = DetectFirstTransition(data, len, high);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue