Update esp8266_evtdrv.h

__ESP8266_H__ ->__ESP8266_EVTDRV_H__
This commit is contained in:
David Lin
2020-06-06 10:35:22 +08:00
committed by GitHub
parent 5861290e43
commit b1169d663f

View File

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