Mercurial > public > ostc4
comparison Discovery/Src/tHome.c @ 212:c878a08dcf86
Merged in janlmulder/ostc4/cv-persistent (pull request #10)
Custom views persistent and better support for mCCR
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Tue, 26 Mar 2019 22:23:26 +0000 |
parents | b2a9e9b02df0 |
children | 74a8296a2318 |
comparison
equal
deleted
inserted
replaced
209:2de856965c55 | 212:c878a08dcf86 |
---|---|
54 static uint8_t warning_toogle_count; | 54 static uint8_t warning_toogle_count; |
55 static uint16_t display_toogle_count; | 55 static uint16_t display_toogle_count; |
56 static uint16_t tHome_tick_count_cview; | 56 static uint16_t tHome_tick_count_cview; |
57 static uint16_t tHome_tick_count_field; | 57 static uint16_t tHome_tick_count_field; |
58 | 58 |
59 uint32_t cv_configuration = 0xFFFFFFFF; | |
60 const uint8_t cv_changelist[6] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist}; | 59 const uint8_t cv_changelist[6] = {CVIEW_Compass, CVIEW_SummaryOfLeftCorner, CVIEW_Tissues, CVIEW_Profile, CVIEW_EADTime, CVIEW_Gaslist}; |
61 | 60 |
62 /* Private function prototypes -----------------------------------------------*/ | 61 /* Private function prototypes -----------------------------------------------*/ |
63 | 62 |
64 /* Exported functions --------------------------------------------------------*/ | 63 /* Exported functions --------------------------------------------------------*/ |