6 lines
128 B
C
6 lines
128 B
C
|
#ifndef _SDK_OVERRIDES_ESPCONN_H
|
||
|
#define _SDK_OVERRIDES_ESPCONN_H
|
||
|
#define reserve reverse
|
||
|
#include "espressif/espconn.h"
|
||
|
#endif
|