For cc2x30, moved CLOCK_CONF_SENCOND to the cpu dir.
The value is not really configurable by the platform so having it in contiki-conf.h didn't make huge sense.
This commit is contained in:
parent
e02c287f15
commit
bce34e4b9a
4 changed files with 9 additions and 10 deletions
|
@ -45,6 +45,8 @@ typedef unsigned short uip_stats_t;
|
|||
/* Time type. */
|
||||
typedef unsigned short clock_time_t;
|
||||
#define MAX_TICKS (~((clock_time_t)0) / 2)
|
||||
/* Defines tick counts for a second. */
|
||||
#define CLOCK_CONF_SECOND 128
|
||||
|
||||
/* Compiler configurations */
|
||||
#define CCIF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue