My fork of the HTTPServer (working)

Dependents:   DGWWebServer LAN2

Revision:
0:7a64fbb4069d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Core/arch/perf.h	Mon Aug 06 09:23:14 2012 +0000
@@ -0,0 +1,17 @@
+/*
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+#ifndef __LWIP_ARCH_PERF_H__
+#define __LWIP_ARCH_PERF_H__
+
+#define PERF_START
+#define PERF_STOP(x)
+
+
+inline void perf_init(char *fname) {
+  return;  
+}
+
+
+#endif /* __LWIP_ARCH_PERF_H__ */