Call to GetClock had wrong number of inparameters

Added missing functions to header file
This commit is contained in:
iceman1001
2015-01-30 09:26:03 +01:00
parent f4a694f998
commit 21e06301b9
2 changed files with 4 additions and 1 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);
clock = GetClock("",0, 0);
startindex = DetectFirstTransition(data, len, high);