diff Discovery/Src/t6_apnea.c @ 177:458f16cda15c

Merged in janlmulder/ostc4/max-depth (pull request #3) Bugfix: make max depth move with current depth Approved-by: heinrichsweikamp <bitbucket@heinrichsweikamp.com>
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Tue, 12 Mar 2019 15:04:19 +0000
parents 9da7dd50e2ec
children 8b8074080d7b
line wrap: on
line diff
--- a/Discovery/Src/t6_apnea.c	Sun Mar 10 20:30:42 2019 +0100
+++ b/Discovery/Src/t6_apnea.c	Tue Mar 12 15:04:19 2019 +0000
@@ -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 -------------------------------------------------------------*/