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

Committer:
fablabtruck
Date:
Fri Jun 08 09:26:40 2012 +0000
Revision:
0:3852426a5068
svn revision 379

Who changed what in which revision?

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