This is the firmware for the LaOS - Laser Open Source project. You can use it to drive a laser cutter. For hardware and more information, look at our wiki: http://wiki.laoslaser.org
Dependencies: EthernetNetIf mbed
Diff: EthernetNetIf/LPC1768/lwip/arch/perf.h
- Revision:
- 0:3852426a5068
diff -r 000000000000 -r 3852426a5068 EthernetNetIf/LPC1768/lwip/arch/perf.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EthernetNetIf/LPC1768/lwip/arch/perf.h Fri Jun 08 09:26:40 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__ */