Program the control the fischertechnik robo interface or intelligent interface via tcp socket or via a java gui.
LPC2368/lwip/arch/perf.h
- Committer:
- networker
- Date:
- 2010-12-31
- Revision:
- 0:7f26f0680202
File content as of revision 0:7f26f0680202:
/* * 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__ */