defines needed for TSCH

This commit is contained in:
thomas-ha 2016-03-07 18:39:13 +01:00
parent b32ad0dbbd
commit 9ac14d1c7b

View File

@ -40,6 +40,12 @@ typedef uint32_t rtimer_clock_t;
#define RTIMER_CLOCK_LT(a,b) ((int32_t)((a)-(b)) < 0)
/** @} */
/*---------------------------------------------------------------------------*/
#define SYS_CTRL_CONF_OSC32K_USE_XTAL 1
#define RADIO_DELAY_BEFORE_TX ((unsigned)US_TO_RTIMERTICKS(300))
#define RADIO_DELAY_BEFORE_RX ((unsigned)US_TO_RTIMERTICKS(100))
#define RADIO_DELAY_BEFORE_DETECT 0
/*---------------------------------------------------------------------------*/
/**
* \name Serial Boot Loader Backdoor configuration
*