Added a Contiki clock_time() implementation based on the cc65 clock() implementation.

This commit is contained in:
oliverschmidt 2007-05-29 21:56:21 +00:00
parent 7ec1a4f7aa
commit b23f4fc89d
3 changed files with 60 additions and 2 deletions

View file

@ -13,6 +13,9 @@ typedef unsigned short uip_stats_t;
#define CCIF
#define CLIF
#define CLOCK_CONF_SECOND 2
typedef unsigned short clock_time_t;
#define UIP_ARCH_ADD32 1
#define UIP_ARCH_CHKSUM 1