From f979fd36be0a1d0047a46276226da7ff83fa13fe Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 2 Feb 2010 12:56:29 +0000 Subject: Remove now unused conf directory from the uIP stack in the Webserver project. --- Projects/Webserver/Lib/uip/conf/clock-arch.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Projects/Webserver/Lib/uip/conf/clock-arch.h (limited to '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 index 9c895e56d..000000000 --- a/Projects/Webserver/Lib/uip/conf/clock-arch.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __CLOCK_ARCH_H__ -#define __CLOCK_ARCH_H__ - -#include "global-conf.h" -#include - -typedef uint16_t clock_time_t; -#define CLOCK_CONF_SECOND 100 -void clock_init(void); -clock_time_t clock_time(void); - -#endif /* __CLOCK_ARCH_H__ */ -- cgit v1.2.3