diff options
Diffstat (limited to 'platformio/common/include/homekit/logging.h')
-rw-r--r-- | platformio/common/include/homekit/logging.h | 20 |
1 files changed, 0 insertions, 20 deletions
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 <stdlib.h> - -#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 |