diff options
Diffstat (limited to 'firmware/x300/lwip_port/arch/perf.h')
-rw-r--r-- | firmware/x300/lwip_port/arch/perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/x300/lwip_port/arch/perf.h b/firmware/x300/lwip_port/arch/perf.h new file mode 100644 index 000000000..f0906d03f --- /dev/null +++ b/firmware/x300/lwip_port/arch/perf.h @@ -0,0 +1,2 @@ +#define PERF_START ((void) 0) +#define PERF_STOP(msg) ((void) 0) |