Update iotapi_evt_handler.c
authoran4967 <an4967@gmail.com>
Thu, 11 May 2017 08:18:06 +0000 (17:18 +0900)
committerGitHub <noreply@github.com>
Thu, 11 May 2017 08:18:06 +0000 (17:18 +0900)
framework/src/iotbus/iotapi_evt_handler.c

index a5ac51a..f34310d 100644 (file)
@@ -26,7 +26,7 @@
 #include "iotapi_evt_handler.h"
 
 #define IOTAPI_QUEUE_SIZE 19
-#ifdef IOTAPI_DEBUG
+#ifdef CONFIG_IOTAPI_DEBUG
 #define IOTAPI_LOG(format, ...)        printf(format, ##__VA_ARGS__)
 #else
 #define IOTAPI_LOG(x...)