comparison 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
comparison
equal deleted inserted replaced
924:4d98fb2a178e 925:79c888f5d8d2
418 418
419 uint8_t lastKnownBatteryPercentage; 419 uint8_t lastKnownBatteryPercentage;
420 420
421 timerState_e timerState; 421 timerState_e timerState;
422 int timerStartedS; 422 int timerStartedS;
423
424 SScrubberData scrubberDataDive[2];
423 } SDiveState; 425 } SDiveState;
424 426
425 427
426 typedef struct{ 428 typedef struct{
427 uint8_t bit0:1; 429 uint8_t bit0:1;