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
|
@ -10,9 +10,6 @@
|
|||
#include "project-conf.h"
|
||||
#endif /* PROJECT_CONF_H */
|
||||
|
||||
/* Defines tick counts for a second. */
|
||||
#define CLOCK_CONF_SECOND 128
|
||||
|
||||
/* The clock ISR is stack-hungry and may cause crashes.
|
||||
* Define this as 0 if you are suffering from frequent stack overflows */
|
||||
#ifndef CLOCK_CONF_ACCURATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue