This commit is contained in:
pvvx 2017-03-18 15:52:14 +03:00
parent 02f846fa9a
commit 8face3e309
158 changed files with 43738 additions and 3116 deletions

View file

@ -1,6 +1,6 @@
//----------------------------------------------------------------------------//
#ifndef __WIFI_API_H
#define __WIFI_API_H
#ifndef __WIFI_CONF_API_H
#define __WIFI_CONF_API_H
#include "FreeRTOS.h"
#include "wifi_constants.h"
@ -705,6 +705,6 @@ int wifi_remove_packet_filter(unsigned char filter_id);
}
#endif
#endif // __WIFI_API_H
#endif // __WIFI_CONF_API_H
//----------------------------------------------------------------------------//