Mercurial > public > ostc4
diff Discovery/Src/timer.c @ 188:ddc21166d25b
Merged in janlmulder/ostc4/cleanup-2 (pull request #5)
Trivial cleanup
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Fri, 15 Mar 2019 12:55:58 +0000 |
parents | f11f0bf6ef2d |
children | 90e65971f15d |
line wrap: on
line diff
--- a/Discovery/Src/timer.c Fri Mar 15 08:22:16 2019 +0000 +++ b/Discovery/Src/timer.c Fri Mar 15 12:55:58 2019 +0000 @@ -28,11 +28,10 @@ #include "data_central.h" -long stopWatchTime_Second = 0; -_Bool bStopWatch = false; -float stopWatchAverageDepth_Meter = 0.0f; -long safetyStopCountDown_Second = 0; -_Bool bSafetyStop = false; +static long stopWatchTime_Second = 0; +static _Bool bStopWatch = false; +static float stopWatchAverageDepth_Meter = 0.0f; +static long safetyStopCountDown_Second = 0; void timer_init(void) { @@ -48,7 +47,7 @@ static int last_second = -1; static _Bool bSafetyStop = false; static float last_depth_meter = 0; - //static _Bool CountDownStarted = false; + if(checkOncePerSecond) { int now = current_second();