Improve readability of codes in farm ai demo

__APP_DEMO_H__ ->__MQTT_DEMO_H__
This commit is contained in:
David Lin 2020-02-24 21:23:22 +08:00 committed by GitHub
parent dc5fd9a929
commit 893d2862cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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