Program the control the fischertechnik robo interface or intelligent interface via tcp socket or via a java gui.
Diff: LPC2368/lwip/arch/perf.h
- Revision:
- 1:2c9d412ad471
- Parent:
- 0:7f26f0680202
--- a/LPC2368/lwip/arch/perf.h Fri Dec 31 14:01:14 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -/* - * 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__ */