From 8ce7c4664a71f86c49091f7ddec10fbc0cccf095 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 1 May 2020 12:48:17 +0200 Subject: cleanup: move DECOTIMESTEP from dive.h to planner.h Long-term project: reduce the size of dive.h Signed-off-by: Berthold Stoeger --- core/planner.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/planner.h') 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; -- cgit v1.2.3-70-g09d2