W801_SDK_dev_env/platform/inc/tls_ieee80211.h
2022-11-01 18:22:10 +01:00

13 lines
201 B
C

#ifndef TLS_IEEE80211_H
#define TLS_IEEE80211_H
#include "tls_common.h"
#if (GCC_COMPILE==1)
#include "wm_ieee80211_gcc.h"
#else
#include "wm_ieee80211.h"
#endif
#endif /* end of TLS_IEEE80211_H */