cleanup: move DECOTIMESTEP from dive.h to planner.h

Long-term project: reduce the size of dive.h

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-01 12:48:17 +02:00 committed by Dirk Hohndel
parent 44132e44a9
commit 8ce7c4664a
2 changed files with 2 additions and 2 deletions

View file

@ -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;