Mercurial > public > ostc4
diff Discovery/Src/logbook_miniLive.c @ 312:e84a2486933e
Merged in janlmulder/ostc4/cleanup-4 (pull request #25)
Fix stopwatch and divetime not in sync
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Fri, 31 May 2019 06:22:50 +0000 |
parents | 5ca177d2df5d |
children | 0a3836643173 |
line wrap: on
line diff
--- a/Discovery/Src/logbook_miniLive.c Fri May 17 06:38:56 2019 +0000 +++ b/Discovery/Src/logbook_miniLive.c Fri May 31 06:22:50 2019 +0000 @@ -32,9 +32,9 @@ */ #define MLLsize (296) -uint16_t MLLdataDepth[MLLsize]; -uint16_t MLLpointer = 0; -uint8_t MLLtickIntervallSeconds = 2; +static uint16_t MLLdataDepth[MLLsize]; +static uint16_t MLLpointer = 0; +static uint8_t MLLtickIntervallSeconds = 2; uint16_t *getMiniLiveLogbookPointerToData(void)