Merge branch 'master' of https://github.com/Proxmark/proxmark3
Conflicts: armsrc/appmain.c armsrc/iclass.c
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user