aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index afcaa57..5595c7e 100644
--- a/main.cpp
+++ b/main.cpp
@@ -134,9 +134,9 @@ static float debugY=0;
void mainLoop(void){
static unsigned int debugDiv=0;
- static unsigned int i,
- prevTime = 0,
- currentTime = 0;
+ unsigned int i;
+ static unsigned int prevTime = 0,
+ currentTime = 0;
if(!currentTime)currentTime=millis();
prevTime = currentTime;