From a64156388fc92da1d151a1094e25d9d89240bb38 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 25 Jul 2015 06:21:11 +0200 Subject: o Cleaning up #if usage and config.h. --- app.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app.h') 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 #include @@ -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 -- cgit v1.2.3