Explorar o código

Use the new microseconds function in main loop

Replace units of milliseconds by microseconds
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
5df2b1fed3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      prog/sources/setup-loop.cpp

+ 1 - 1
prog/sources/setup-loop.cpp

@@ -30,7 +30,7 @@ void setup (USER_MODE) {
 void loop (USER_MODE) {
 	if (gPerformCount) {
 		incrementations(MODE);
-		if (5000 <= millis (MODE)) {
+		if (5000000 <= micros (MODE)) {
 			gPerformCount = false ;
 			gotoLineColumn (MODE_ 0, 0) ;
 			printUnsigned (MODE_ gCount1) ;