mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
add comment, use spaces
This commit is contained in:
parent
2a69999214
commit
a7b43de535
@ -67,18 +67,19 @@
|
|||||||
#define TSCH_CALLBACK_JOINING_NETWORK tsch_rpl_callback_joining_network
|
#define TSCH_CALLBACK_JOINING_NETWORK tsch_rpl_callback_joining_network
|
||||||
#define TSCH_CALLBACK_LEAVING_NETWORK tsch_rpl_callback_leaving_network
|
#define TSCH_CALLBACK_LEAVING_NETWORK tsch_rpl_callback_leaving_network
|
||||||
|
|
||||||
|
/* Needed for CC2538 platforms only */
|
||||||
/* For TSCH we have to use the more accurate crystal oscillator
|
/* For TSCH we have to use the more accurate crystal oscillator
|
||||||
* by default the RC oscillator is activated */
|
* by default the RC oscillator is activated */
|
||||||
#undef SYS_CTRL_CONF_OSC32K_USE_XTAL
|
#undef SYS_CTRL_CONF_OSC32K_USE_XTAL
|
||||||
#define SYS_CTRL_CONF_OSC32K_USE_XTAL 1
|
#define SYS_CTRL_CONF_OSC32K_USE_XTAL 1
|
||||||
|
|
||||||
/* Needed for cc2420 platforms only */
|
/* Needed for cc2420 platforms only */
|
||||||
/* Disable DCO calibration (uses timerB) */
|
/* Disable DCO calibration (uses timerB) */
|
||||||
#undef DCOSYNCH_CONF_ENABLED
|
#undef DCOSYNCH_CONF_ENABLED
|
||||||
#define DCOSYNCH_CONF_ENABLED 0
|
#define DCOSYNCH_CONF_ENABLED 0
|
||||||
/* Enable SFD timestamps (uses timerB) */
|
/* Enable SFD timestamps (uses timerB) */
|
||||||
#undef CC2420_CONF_SFD_TIMESTAMPS
|
#undef CC2420_CONF_SFD_TIMESTAMPS
|
||||||
#define CC2420_CONF_SFD_TIMESTAMPS 1
|
#define CC2420_CONF_SFD_TIMESTAMPS 1
|
||||||
|
|
||||||
/*******************************************************/
|
/*******************************************************/
|
||||||
/******************* Configure TSCH ********************/
|
/******************* Configure TSCH ********************/
|
||||||
|
Loading…
Reference in New Issue
Block a user