From 49d06167755f7a61ae58d44203445aad1f041434 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 31 Jul 2020 19:56:27 +0800 Subject: [PATCH] Update tos_farm_ai_config.h _H_TOS_FARM_AI_CONFIG_H -> __TOS_FARM_AI_CONFIG_H__ --- examples/farm_ai_demo/tos_farm_ai_config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/farm_ai_demo/tos_farm_ai_config.h b/examples/farm_ai_demo/tos_farm_ai_config.h index 335e43f9..5cd634aa 100644 --- a/examples/farm_ai_demo/tos_farm_ai_config.h +++ b/examples/farm_ai_demo/tos_farm_ai_config.h @@ -1,5 +1,5 @@ -#ifndef _H_TOS_FARM_AI_CONFIG_H -#define _H_TOS_FARM_AI_CONFIG_H +#ifndef __TOS_FARM_AI_CONFIG_H__ +#define __TOS_FARM_AI_CONFIG_H__ #define MQTT_SERVER_IP "iotcloud-mqtt.gz.tencentdevices.com" #define MQTT_SERVER_PORT "1883" @@ -11,5 +11,4 @@ #define MQTT_SUBSCRIBE_TOPIC "LOLCIH8A14/AiDev1/control" #define MQTT_PUBLISH_TOPIC "LOLCIH8A14/AiDev1/data" -#endif - +#endif /* __TOS_FARM_AI_CONFIG_H__ */