12Oct2012MbedLab

Dependents:   Lab3_VoiceMeter

Fork of EthernetNetIf by Donatien Garnier

Revision:
6:22ce63eddd2b
Parent:
0:422060928e37
--- a/LPC2368/lwip/arch/perf.h	Thu Aug 05 15:09:22 2010 +0000
+++ b/LPC2368/lwip/arch/perf.h	Fri Oct 12 16:02:00 2012 +0000
@@ -1,23 +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__ */
+/*
+ * 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__ */