Remove now unused conf directory from the uIP stack in the Webserver project.
[pub/lufa.git] / Projects / Webserver / Lib / uip / conf / clock-arch.h
diff --git a/Projects/Webserver/Lib/uip/conf/clock-arch.h b/Projects/Webserver/Lib/uip/conf/clock-arch.h
deleted file mode 100644 (file)
index 9c895e5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __CLOCK_ARCH_H__\r
-#define __CLOCK_ARCH_H__\r
-\r
-#include "global-conf.h"\r
-#include <stdint.h>\r
-\r
-typedef uint16_t clock_time_t;\r
-#define CLOCK_CONF_SECOND 100\r
-void clock_init(void);\r
-clock_time_t clock_time(void);\r
-\r
-#endif /* __CLOCK_ARCH_H__ */\r