diff options
Diffstat (limited to 'src/schedule.h')
-rw-r--r-- | src/schedule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schedule.h b/src/schedule.h index 7d7ac0f..3f9f78f 100644 --- a/src/schedule.h +++ b/src/schedule.h @@ -6,6 +6,7 @@ #include "deco.h" #define SWITCH_INTERMEDIATE_DEFAULT 1 +#define LAST_STOP_AT_SIX_DEFAULT 0 /* types */ typedef struct waypoint_t { @@ -37,6 +38,7 @@ typedef struct waypoint_callback_t { /* global variables */ extern int SWITCH_INTERMEDIATE; +extern int LAST_STOP_AT_SIX; /* functions */ const gas_t *best_gas(double depth, const gas_t *gasses, int nof_gasses); |