From 893d2862cb793484fac38c86d46dc0070bcfda50 Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 24 Feb 2020 21:23:22 +0800 Subject: [PATCH] Improve readability of codes in farm ai demo __APP_DEMO_H__ ->__MQTT_DEMO_H__ --- examples/farm_ai_demo/farm_ai_demo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/farm_ai_demo/farm_ai_demo.h b/examples/farm_ai_demo/farm_ai_demo.h index 21f28fb4..88b152ac 100644 --- a/examples/farm_ai_demo/farm_ai_demo.h +++ b/examples/farm_ai_demo/farm_ai_demo.h @@ -12,5 +12,5 @@ extern void application_entry(void *arg); extern void motor_control(char mode); extern void light_control(char mode); -#endif /* __APP_DEMO_H__ */ +#endif /* __MQTT_DEMO_H__ */