]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/ticks.c
CHG: lowered the timout again, but re-added the spindelay since 14a requires 5ms...
[proxmark3-svn] / armsrc / ticks.c
index 6f34fe14f67fb35249fafa376ee40166f082ef65..d183c707002987f63fe879961127f20d3745db24 100644 (file)
@@ -211,5 +211,5 @@ void ResetTicks(){
 }
 void ResetTimer(AT91PS_TC timer){
        timer->TC_CCR = AT91C_TC_CLKEN | AT91C_TC_SWTRG;
-       while(timer->TC_CV > 1) ;
+       while(timer->TC_CV >= 1) ;
 }
Impressum, Datenschutz