diff Discovery/Src/t5_gauge.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 39c147e47c1c
line wrap: on
line diff
--- a/Discovery/Src/t5_gauge.c	Sun Mar 10 20:30:42 2019 +0100
+++ b/Discovery/Src/t5_gauge.c	Tue Mar 12 15:04:19 2019 +0000
@@ -47,11 +47,6 @@
 GFX_DrawCfgWindow	t5c2;
 GFX_DrawCfgWindow	t5c3; // for menu text
 
-extern float depthLastCall[9];
-extern uint8_t idDepthLastCall;
-extern float temperatureLastCall[3];
-extern uint8_t idTemperatureLastCall;
-
 uint8_t t5_selection_customview = 0;
 
 /* Importend function prototypes ---------------------------------------------*/