abab24b785
lwip-1.4.0-rc1 imported as liblwip
7 lines
116 B
C
7 lines
116 B
C
#ifndef __LWIP_PERF_H_
|
|
#define __LWIP_PERF_H_
|
|
|
|
#define PERF_START
|
|
#define PERF_STOP(x)
|
|
|
|
#endif /* __LWIP_PERF_H_ */
|