diff options
Diffstat (limited to 'core/planner.h')
-rw-r--r-- | core/planner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/planner.h b/core/planner.h index 06600054d..6d0353db0 100644 --- a/core/planner.h +++ b/core/planner.h @@ -8,6 +8,8 @@ #include "units.h" #include "divemode.h" +#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */ + /* this should be converted to use our types */ struct divedatapoint { int time; |