12 lines
356 B
C
12 lines
356 B
C
|
/* Recreated Espressif libpp esf_buf.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_LIBPP_ESF_BUF
|
||
|
// The contents of this file are only built if OPEN_LIBPHY_PHY_CHIP_SLEEP is set to true
|
||
|
|
||
|
|
||
|
#endif /* OPEN_LIBPP_ESF_BUF */
|