comparison 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
comparison
equal deleted inserted replaced
299:b70c26be71a0 312:e84a2486933e
30 ****************************************************************************** 30 ******************************************************************************
31 * 31 *
32 */ 32 */
33 33
34 #define MLLsize (296) 34 #define MLLsize (296)
35 uint16_t MLLdataDepth[MLLsize]; 35 static uint16_t MLLdataDepth[MLLsize];
36 uint16_t MLLpointer = 0; 36 static uint16_t MLLpointer = 0;
37 uint8_t MLLtickIntervallSeconds = 2; 37 static uint8_t MLLtickIntervallSeconds = 2;
38 38
39 39
40 uint16_t *getMiniLiveLogbookPointerToData(void) 40 uint16_t *getMiniLiveLogbookPointerToData(void)
41 { 41 {
42 return MLLdataDepth; 42 return MLLdataDepth;