comparison Discovery/Src/logbook_miniLive.c @ 300:5ca177d2df5d cleanup-4

cleanup: remove commented/unused code, make static without any functional change. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Fri, 17 May 2019 21:19:04 +0200
parents 5f11787b4f42
children 0a3836643173
comparison
equal deleted inserted replaced
299:b70c26be71a0 300:5ca177d2df5d
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;