Mercurial > public > ostc4
comparison Discovery/Src/t5_gauge.c @ 138:cc9c18075e00 FlipDisplay
Removed no longer supported scooter code
author | Ideenmodellierer |
---|---|
date | Sat, 23 Feb 2019 21:10:51 +0100 |
parents | 5f11787b4f42 |
children | 255eedad4155 |
comparison
equal
deleted
inserted
replaced
137:9eda5a75c5fd | 138:cc9c18075e00 |
---|---|
76 CVIEW_T3_GasList, | 76 CVIEW_T3_GasList, |
77 CVIEW_T3_Decostop, | 77 CVIEW_T3_Decostop, |
78 CVIEW_T3_END | 78 CVIEW_T3_END |
79 }; | 79 }; |
80 | 80 |
81 const uint8_t t5_customviewsScooter[] = | |
82 { | |
83 CVIEW_Scooter, | |
84 CVIEW_Compass, | |
85 CVIEW_T3_MaxDepth, | |
86 CVIEW_T3_StopWatch, | |
87 CVIEW_T3_END | |
88 }; | |
89 | 81 |
90 const uint8_t *t5_customviews = t5_customviewsStandard; | 82 const uint8_t *t5_customviews = t5_customviewsStandard; |
91 | 83 |
92 /* Private function prototypes -----------------------------------------------*/ | 84 /* Private function prototypes -----------------------------------------------*/ |
93 void t5_refresh_divemode(void); | 85 void t5_refresh_divemode(void); |