diff options
Diffstat (limited to 'subsurface-core/devicedetails.h')
-rw-r--r-- | subsurface-core/devicedetails.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subsurface-core/devicedetails.h b/subsurface-core/devicedetails.h index 0d929c018..b5e59afe8 100644 --- a/subsurface-core/devicedetails.h +++ b/subsurface-core/devicedetails.h @@ -92,6 +92,10 @@ public: bool graphicalSpeedIndicator; bool alwaysShowppO2; int tempSensorOffset; + unsigned safetyStopLength; + unsigned safetyStopStartDepth; + unsigned safetyStopEndDepth; + unsigned safetyStopResetDepth; }; |