changeset 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 4d98fb2a178e
children
files Common/Inc/data_central.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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;