Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
perf.h
00001 /* 00002 * Author: Adam Dunkels <adam@sics.se> 00003 * 00004 */ 00005 #ifndef __LWIP_ARCH_PERF_H__ 00006 #define __LWIP_ARCH_PERF_H__ 00007 00008 #define PERF_START 00009 #define PERF_STOP(x) 00010 00011 00012 inline void perf_init(char *fname) { 00013 return; 00014 } 00015 00016 00017 #endif /* __LWIP_ARCH_PERF_H__ */
Generated on Tue Jul 12 2022 20:39:37 by
1.7.2