diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-13 08:47:09 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-13 08:47:09 -0400 |
commit | cf8ed3fe2dfb2e5f569e1dbb3fd19c2673bd4b53 (patch) | |
tree | 677e5075aa5088ec91090dc7b563c883e835c173 /main.cpp | |
parent | 8f2f66a7b90f97911bbffce3ccc8c7ad01ba61ad (diff) |
quest debug
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -134,9 +134,9 @@ static float debugY=0; void mainLoop(void){ static unsigned int debugDiv=0; - unsigned int i, - prevTime = 0, - currentTime = 0; + unsigned int i; + static unsigned int prevTime = 0, + currentTime = 0; if(!currentTime)currentTime=millis(); prevTime = currentTime; |