Mercurial > public > ostc4
diff Discovery/Src/t6_apnea.c @ 175:9da7dd50e2ec max-depth
cleanup: remove unused code
as found while fixing the max depth bug.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Mon, 11 Mar 2019 19:57:51 +0100 |
parents | 255eedad4155 |
children | 8b8074080d7b |
line wrap: on
line diff
--- a/Discovery/Src/t6_apnea.c Mon Mar 11 19:54:20 2019 +0100 +++ b/Discovery/Src/t6_apnea.c Mon Mar 11 19:57:51 2019 +0100 @@ -46,15 +46,9 @@ GFX_DrawCfgWindow t6c2; GFX_DrawCfgWindow t6c3; // for menu text -extern float depthLastCall[9]; -extern uint8_t idDepthLastCall; -extern float temperatureLastCall[3]; -extern uint8_t idTemperatureLastCall; - uint8_t t6_selection_customview = 0; /* Importend function prototypes ---------------------------------------------*/ -extern uint8_t write_gas(char *text, uint8_t oxygen, uint8_t helium); /* Private types -------------------------------------------------------------*/