Update esp8266_evtdrv.h
__ESP8266_H__ ->__ESP8266_EVTDRV_H__
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
* within TencentOS.
|
||||
*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef __ESP8266_H__
|
||||
#define __ESP8266_H__
|
||||
#ifndef __ESP8266_EVTDRV_H__
|
||||
#define __ESP8266_EVTDRV_H__
|
||||
|
||||
#include "tos_evtdrv.h"
|
||||
#include "tos_hal.h"
|
||||
@@ -130,5 +130,5 @@ int esp8266_join_ap(const char *ssid, const char *pwd);
|
||||
|
||||
evtdrv_event_flag_t esp8266_task(evtdrv_event_flag_t event);
|
||||
|
||||
#endif /* __ESP8266_H__ */
|
||||
#endif /* __ESP8266_EVTDRV_H__ */
|
||||
|
||||
|
Reference in New Issue
Block a user