mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-12-13 07:28:55 -05:00
7 lines
86 B
C
7 lines
86 B
C
#ifndef LWIP_PERF_H
|
|
#define LWIP_PERF_H
|
|
|
|
#define PERF_START
|
|
#define PERF_STOP
|
|
|
|
#endif
|