diff Common/Inc/data_central.h @ 925:79c888f5d8d2 Evo_2_23 tip

Bugfix scrubber time: added an copy of the scrubber time in sope of the divestate structure.
author Ideenmodellierer
date Wed, 13 Nov 2024 17:56:02 +0100
parents c4c9850a2039
children
line wrap: on
line diff
--- a/Common/Inc/data_central.h	Wed Nov 13 17:55:05 2024 +0100
+++ b/Common/Inc/data_central.h	Wed Nov 13 17:56:02 2024 +0100
@@ -420,6 +420,8 @@
 
     timerState_e timerState;
     int timerStartedS;
+
+    SScrubberData scrubberDataDive[2];
 } 	SDiveState;