Mercurial > public > ostc4
diff 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 |
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 17 21:19:04 2019 +0200 @@ -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)