# HG changeset patch
# User Ideenmodellierer
# Date 1731516962 -3600
# Node ID 79c888f5d8d22d3cd69722402e1438fa26874edd
# Parent  4d98fb2a178e4cff8d4acb146f8a221c2af01942
Bugfix scrubber time:
added an copy of the scrubber time in sope of the divestate structure.

diff -r 4d98fb2a178e -r 79c888f5d8d2 Common/Inc/data_central.h
--- 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;