]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
0. its alpha version!!!
[proxmark3-svn] / armsrc / appmain.c
index 49718ee8801d26859d7fbce4eaf2c3636d47aa67..501f07a50a9420c4034a48447ce6eaec03e766c6 100644 (file)
@@ -171,7 +171,7 @@ static int ReadAdc(int ch)
        return d;
 }
 
-static int AvgAdc(int ch)
+int AvgAdc(int ch) // was static - merlok
 {
        int i;
        int a = 0;
@@ -930,6 +930,8 @@ void  __attribute__((noreturn)) AppMain(void)
        // Load the FPGA image, which we have stored in our flash.
        FpgaDownloadAndGo();
 
+       StartTickCount();
+       
 #ifdef WITH_LCD
 
        LCDInit();
Impressum, Datenschutz