mirror of
https://github.com/W3SLAV/automicropython_nds.git
synced 2025-06-19 03:25:37 -04:00
8 lines
263 B
C
8 lines
263 B
C
#ifndef MICROPY_INCLUDED_EXTMOD_LWIP_INCLUDE_ARCH_PERF_H
|
|
#define MICROPY_INCLUDED_EXTMOD_LWIP_INCLUDE_ARCH_PERF_H
|
|
|
|
#define PERF_START /* null definition */
|
|
#define PERF_STOP(x) /* null definition */
|
|
|
|
#endif // MICROPY_INCLUDED_EXTMOD_LWIP_INCLUDE_ARCH_PERF_H
|