From ee853ef03d3e0eeae6548ff4627f74cc3a4e2b98 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 31 Jul 2020 19:51:52 +0800 Subject: [PATCH] Update farm_ai_demo.h __MQTT_DEMO_H__ -> __FARM_AI_DEMO_H__ --- examples/farm_ai_demo/farm_ai_demo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/farm_ai_demo/farm_ai_demo.h b/examples/farm_ai_demo/farm_ai_demo.h index 88b152ac..789f4767 100644 --- a/examples/farm_ai_demo/farm_ai_demo.h +++ b/examples/farm_ai_demo/farm_ai_demo.h @@ -1,5 +1,5 @@ -#ifndef __MQTT_DEMO_H__ -#define __MQTT_DEMO_H__ +#ifndef __FARM_AI_DEMO_H__ +#define __FARM_AI_DEMO_H__ #include "mcu_init.h" #include "tos_at.h" @@ -12,5 +12,5 @@ extern void application_entry(void *arg); extern void motor_control(char mode); extern void light_control(char mode); -#endif /* __MQTT_DEMO_H__ */ +#endif /* __FARM_AI_DEMO_H__ */