]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.c
Call to GetClock had wrong number of inparameters
[proxmark3-svn] / client / ui.c
index e464a533c193bc0cfc2c181752a985f5d6460c88..b31f1ead5b6e9458ea952516a2158e5d89c483f8 100644 (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);
   
Impressum, Datenschutz