aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/conf/clock-arch.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-02 12:56:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-02 12:56:29 +0000
commitf979fd36be0a1d0047a46276226da7ff83fa13fe (patch)
tree667c25b4f2e136b6b0565a28a0f9ca8a024f037c /Projects/Webserver/Lib/uip/conf/clock-arch.h
parent84e1241f8063dab6b82a580584fa11893a162b55 (diff)
downloadlufa-f979fd36be0a1d0047a46276226da7ff83fa13fe.tar.gz
lufa-f979fd36be0a1d0047a46276226da7ff83fa13fe.tar.bz2
lufa-f979fd36be0a1d0047a46276226da7ff83fa13fe.zip
Remove now unused conf directory from the uIP stack in the Webserver project.
Diffstat (limited to 'Projects/Webserver/Lib/uip/conf/clock-arch.h')
-rw-r--r--Projects/Webserver/Lib/uip/conf/clock-arch.h12
1 files changed, 0 insertions, 12 deletions
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 <stdint.h>
-
-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__ */