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__ */