comparison Discovery/Src/tInfoLog.c @ 188:ddc21166d25b

Merged in janlmulder/ostc4/cleanup-2 (pull request #5) Trivial cleanup
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Fri, 15 Mar 2019 12:55:58 +0000
parents f11f0bf6ef2d
children b90ddf57f7f1
comparison
equal deleted inserted replaced
185:1bb24fd3fc92 188:ddc21166d25b
55 GFX_DrawCfgWindow INFOLOGwindow; 55 GFX_DrawCfgWindow INFOLOGwindow;
56 56
57 SInfoLogMemory infolog; 57 SInfoLogMemory infolog;
58 58
59 /* Private function prototypes -----------------------------------------------*/ 59 /* Private function prototypes -----------------------------------------------*/
60 void nextLineInfoLog(void);
61 void tInfoLog_BuildAndShowNextPage(void); 60 void tInfoLog_BuildAndShowNextPage(void);
62 void tInfoLog_nextLine(void); 61 void tInfoLog_nextLine(void);
63 void showLog(void); 62 void showLog(void);
64 void showNextLogPage(void); 63 void showNextLogPage(void);
65 void stepBackInfo(void); 64 void stepBackInfo(void);
160 break; 159 break;
161 case ACTION_TIMEOUT: 160 case ACTION_TIMEOUT:
162 case ACTION_MODE_CHANGE: 161 case ACTION_MODE_CHANGE:
163 case ACTION_BUTTON_BACK: 162 case ACTION_BUTTON_BACK:
164 stepBackInfo(); 163 stepBackInfo();
164 break;
165 default: 165 default:
166 break; 166 break;
167 case ACTION_IDLE_TICK: 167 case ACTION_IDLE_TICK:
168 case ACTION_IDLE_SECOND: 168 case ACTION_IDLE_SECOND:
169 break; 169 break;
190 else 190 else
191 { 191 {
192 showLogExit(); 192 showLogExit();
193 } 193 }
194 show_logbook_exit(); 194 show_logbook_exit();
195 break;
195 default: 196 default:
196 break; 197 break;
197 case ACTION_IDLE_TICK: 198 case ACTION_IDLE_TICK:
198 case ACTION_IDLE_SECOND: 199 case ACTION_IDLE_SECOND:
199 break; 200 break;