open_esplibs: add a skeleton for code in more libraries. (#266)

This commit is contained in:
Our Air Quality 2016-11-13 05:54:24 +11:00 committed by sheinz
parent 7c702d7f09
commit bc50c7c2fc
21 changed files with 297 additions and 21 deletions

View file

@ -0,0 +1,10 @@
/* Recreated Espressif libnet80211 ieee80211_ets.o contents.
Copyright (C) 2015 Espressif Systems. Derived from MIT Licensed SDK libraries.
BSD Licensed as described in the file LICENSE
*/
#include "open_esplibs.h"
#if OPEN_LIBNET80211_ETS
// The contents of this file are only built if OPEN_LIBNET80211_ETS is set to true
#endif /* OPEN_LIBNET80211_ETS */