aboutsummaryrefslogtreecommitdiff
path: root/Debug.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-07-25 06:21:11 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-07-25 19:37:44 +0200
commita64156388fc92da1d151a1094e25d9d89240bb38 (patch)
treef65eb7c8b4d7dccb400b67ebc7b82e861ffec13c /Debug.h
parent77e261f12089bd7db854d21fc81a42eaa60e0b67 (diff)
downloadtrygvisio_soil_moisture-a64156388fc92da1d151a1094e25d9d89240bb38.tar.gz
trygvisio_soil_moisture-a64156388fc92da1d151a1094e25d9d89240bb38.tar.bz2
trygvisio_soil_moisture-a64156388fc92da1d151a1094e25d9d89240bb38.tar.xz
trygvisio_soil_moisture-a64156388fc92da1d151a1094e25d9d89240bb38.zip
o Cleaning up #if usage and config.h.
Diffstat (limited to 'Debug.h')
-rw-r--r--Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debug.h b/Debug.h
index a5b3134..4485afd 100644
--- a/Debug.h
+++ b/Debug.h
@@ -1,7 +1,7 @@
#ifndef DEBUG_H
#define DEBUG_H
-#include "config.h"
+#include "config-check.h"
enum DebugSink {
DEBUG_SINK_SERIAL,