blob: 2a023ac8cb4a5065e8891de7172a4cc8b24b8c1c [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#ifndef __LIB_LWIP_ARCH_PERF_H
2#define __LIB_LWIP_ARCH_PERF_H
3
4#define PERF_START do {} while (0)
5#define PERF_STOP(x) do {} while (0)
6
7#endif
8