mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
13 lines
213 B
C
13 lines
213 B
C
/*
|
|
* copyright (c) 2008 - 2012 Espressif System
|
|
*
|
|
* esf buffer data structure
|
|
*/
|
|
|
|
#ifndef _ESF_BUF_H_
|
|
#define _ESF_BUF_H_
|
|
|
|
#define EP_OFFSET 36 /* see comments in pbuf.h */
|
|
|
|
#endif /* _ESF_BUF_H_ */
|