Call to GetClock had wrong number of inparameters
Added missing functions to header file
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);
|
||||
clock = GetClock("",0, 0);
|
||||
|
||||
startindex = DetectFirstTransition(data, len, high);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user