From a527d5837ecea92eb6a2cca0fd91a59fac199e00 Mon Sep 17 00:00:00 2001 From: Hansi Reiser Date: Wed, 10 Apr 2019 00:29:11 +0200 Subject: [PATCH] temp --- libraries/SondeLib/Sonde.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SondeLib/Sonde.h b/libraries/SondeLib/Sonde.h index d181bba..9b1b5e2 100644 --- a/libraries/SondeLib/Sonde.h +++ b/libraries/SondeLib/Sonde.h @@ -38,8 +38,8 @@ typedef struct st_sondeinfo { class Sonde { private: - int currentSonde = 0; public: + int currentSonde = 0; int nSonde; SondeInfo sondeList[MAXSONDE+1];