aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/conf/clock-arch.h
diff options
context:
space:
mode:
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__ */