This commit is contained in:
thomas-ha 2016-03-11 11:05:04 +01:00
parent 45c7477650
commit 400a09e82c

View File

@ -42,6 +42,7 @@ typedef uint32_t rtimer_clock_t;
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
#define TSCH_CONF_HW_FRAME_FILTERING 0 #define TSCH_CONF_HW_FRAME_FILTERING 0
/* TODO: measure the delays, this are only estimations */
#define RADIO_DELAY_BEFORE_TX ((unsigned)US_TO_RTIMERTICKS(300)) #define RADIO_DELAY_BEFORE_TX ((unsigned)US_TO_RTIMERTICKS(300))
#define RADIO_DELAY_BEFORE_RX ((unsigned)US_TO_RTIMERTICKS(100)) #define RADIO_DELAY_BEFORE_RX ((unsigned)US_TO_RTIMERTICKS(100))
#define RADIO_DELAY_BEFORE_DETECT 0 #define RADIO_DELAY_BEFORE_DETECT 0