aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/schedule.c
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-12 13:49:25 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-12 13:49:25 +0200
commit378ee4dbffb8c99ffe8a74bcce70e96851a3624a (patch)
treedb3644ea77e2c1f3b884a772f5e4881f3067db85 /src/schedule.c
parent91ecb15b1b6d7cb1e3cc88d32ae162afb4850fb4 (diff)
downloadopendeco-378ee4dbffb8c99ffe8a74bcce70e96851a3624a.tar.gz
Define global defaults explicitly in header
Diffstat (limited to 'src/schedule.c')
-rw-r--r--src/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schedule.c b/src/schedule.c
index d444d5e..4b540fd 100644
--- a/src/schedule.c
+++ b/src/schedule.c
@@ -8,7 +8,7 @@
#define STOPLEN_ROUGH 10
#define STOPLEN_FINE 1
-int SWITCH_INTERMEDIATE = 1;
+int SWITCH_INTERMEDIATE = SWITCH_INTERMEDIATE_DEFAULT;
const gas_t *best_gas(const double depth, const gas_t *gasses, const int nof_gasses)
{