These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

Revision:
0:bf7b9fba3924
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/EMAC/uIP/lpc17xx_port/clock-arch.h	Sun Mar 20 05:38:56 2011 +0000
@@ -0,0 +1,10 @@
+#ifndef __CLOCK_ARCH_H__
+#define __CLOCK_ARCH_H__
+
+#include "lpc_types.h"
+
+typedef unsigned int clock_time_t;
+
+#define CLOCK_CONF_SECOND 100	// tick number every second
+
+#endif /* __CLOCK_ARCH_H__ */