Version of http://mbed.org/cookbook/NetServicesTribute with setting set the same for LPC2368

Dependents:   UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more

Committer:
simon
Date:
Tue Nov 23 14:15:36 2010 +0000
Revision:
0:350011bf8be7
Experimental version for testing UDP

Who changed what in which revision?

UserRevisionLine numberNew contents of line
simon 0:350011bf8be7 1 /*
simon 0:350011bf8be7 2 * Author: Adam Dunkels <adam@sics.se>
simon 0:350011bf8be7 3 *
simon 0:350011bf8be7 4 */
simon 0:350011bf8be7 5 #ifndef __LWIP_ARCH_PERF_H__
simon 0:350011bf8be7 6 #define __LWIP_ARCH_PERF_H__
simon 0:350011bf8be7 7
simon 0:350011bf8be7 8 #define PERF_START
simon 0:350011bf8be7 9 #define PERF_STOP(x)
simon 0:350011bf8be7 10
simon 0:350011bf8be7 11 #define perf_init(fname)
simon 0:350011bf8be7 12
simon 0:350011bf8be7 13 #if 0
simon 0:350011bf8be7 14 #ifdef __cplusplus
simon 0:350011bf8be7 15 inline
simon 0:350011bf8be7 16 #endif
simon 0:350011bf8be7 17 void perf_init(char *fname) {
simon 0:350011bf8be7 18 return;
simon 0:350011bf8be7 19 }
simon 0:350011bf8be7 20 #endif
simon 0:350011bf8be7 21
simon 0:350011bf8be7 22
simon 0:350011bf8be7 23 #endif /* __LWIP_ARCH_PERF_H__ */