From a6d8ba93056c1a4e243d56da447e241b2504fae2 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 10 Jun 2023 23:20:37 +0300 Subject: move files again --- platformio/common/include/homekit/logging.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 platformio/common/include/homekit/logging.h (limited to 'platformio/common/include/homekit/logging.h') diff --git a/platformio/common/include/homekit/logging.h b/platformio/common/include/homekit/logging.h deleted file mode 100644 index 559ca33..0000000 --- a/platformio/common/include/homekit/logging.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef COMMON_HOMEKIT_LOGGING_H -#define COMMON_HOMEKIT_LOGGING_H - -#include - -#ifdef DEBUG - -#define PRINTLN(s) Serial.println(s) -#define PRINT(s) Serial.print(s) -#define PRINTF(fmt, ...) Serial.printf(fmt, ##__VA_ARGS__) - -#else - -#define PRINTLN(s) -#define PRINT(s) -#define PRINTF(...) - -#endif - -#endif //COMMON_HOMEKIT_LOGGING_H \ No newline at end of file -- cgit v1.2.3