comparison Discovery/Src/t6_apnea.c @ 225:2bb1db22b5f5 div-fixes-3

cleanup: random set of cleanups A random set of cleanups, as found during code reading, and looking around fixing issues. Contains all kinds of things: typo's in comment, typo in variable name, removal of unused code, making things static where possible. Does not contain any functional changes. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Mon, 01 Apr 2019 15:50:41 +0200
parents 8b8074080d7b
children 39c147e47c1c
comparison
equal deleted inserted replaced
224:ceecabfddb57 225:2bb1db22b5f5
46 GFX_DrawCfgWindow t6c2; 46 GFX_DrawCfgWindow t6c2;
47 GFX_DrawCfgWindow t6c3; // for menu text 47 GFX_DrawCfgWindow t6c3; // for menu text
48 48
49 uint8_t t6_selection_customview = 0; 49 uint8_t t6_selection_customview = 0;
50 50
51 /* Importend function prototypes ---------------------------------------------*/ 51 /* Imported function prototypes ---------------------------------------------*/
52 52
53 /* Private types -------------------------------------------------------------*/ 53 /* Private types -------------------------------------------------------------*/
54 54
55 #define CUSTOMBOX_LINE_LEFT (250) 55 #define CUSTOMBOX_LINE_LEFT (250)
56 #define CUSTOMBOX_LINE_RIGHT (549) 56 #define CUSTOMBOX_LINE_RIGHT (549)