Conflicts:
	armsrc/appmain.c
	armsrc/iclass.c
This commit is contained in:
iceman1001 2015-02-10 21:53:16 +01:00
commit 4ecde0e1ff
17 changed files with 1286 additions and 1285 deletions

View file

@ -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);