![](/media/cache/profiles/ed277964a8959e72a0d987e598dfbe72.50x50_q85.jpg)
japanese tweeting sample with newer version libraries
Diff: EthernetNetIf/LPC2368/lwip/arch/perf.h
- Revision:
- 0:66c7c9c4f765
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EthernetNetIf/LPC2368/lwip/arch/perf.h Fri Aug 31 08:19:51 2012 +0000 @@ -0,0 +1,23 @@ +/* + * Author: Adam Dunkels <adam@sics.se> + * + */ +#ifndef __LWIP_ARCH_PERF_H__ +#define __LWIP_ARCH_PERF_H__ + +#define PERF_START +#define PERF_STOP(x) + +#define perf_init(fname) + +#if 0 +#ifdef __cplusplus +inline +#endif +void perf_init(char *fname) { + return; +} +#endif + + +#endif /* __LWIP_ARCH_PERF_H__ */