Update farm_ai_demo.h

This commit is contained in:
David Lin
2020-07-31 20:09:16 +08:00
committed by GitHub
parent ee853ef03d
commit 054a8b18ef

View File

@@ -1,5 +1,5 @@
#ifndef __FARM_AI_DEMO_H__
#define __FARM_AI_DEMO_H__
#ifndef _FARM_AI_DEMO_H_
#define _FARM_AI_DEMO_H_
#include "mcu_init.h"
#include "tos_at.h"
@@ -13,4 +13,4 @@ extern void application_entry(void *arg);
extern void motor_control(char mode);
extern void light_control(char mode);
#endif /* __FARM_AI_DEMO_H__ */
#endif /* _FARM_AI_DEMO_H_ */