aboutsummaryrefslogtreecommitdiff
path: root/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'app.h')
-rw-r--r--app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.h b/app.h
index 25f834f..0f84296 100644
--- a/app.h
+++ b/app.h
@@ -1,7 +1,7 @@
#ifndef APP_H
#define APP_H
-#include "config.h"
+#include "config-check.h"
#include <stdint.h>
#include <Arduino.h>
@@ -126,7 +126,7 @@ void notify_battery_level(uint8_t value);
void on_soil_moisture_ctrl(uint8_t *data, uint8_t len);
-#if SM_DEBUG == 1
+#ifdef SM_DEBUG
void write_req(struct sm_req const &req);
void write_res(struct sm_res const &res);
#endif