센서보드 RF IRQ 테스트 중
Fork of stm-spirit1-rf-driver by
Diff: source/libs/Contiki_STM32_Library/spirit1-config.h
- Revision:
- 43:a512f909514a
- Parent:
- 34:edda6a7238ec
- Child:
- 44:aedd63cb0ce3
diff -r 92a60a905ee7 -r a512f909514a source/libs/Contiki_STM32_Library/spirit1-config.h --- a/source/libs/Contiki_STM32_Library/spirit1-config.h Fri Dec 02 10:51:18 2016 +0100 +++ b/source/libs/Contiki_STM32_Library/spirit1-config.h Fri Dec 16 12:06:21 2016 +0100 @@ -49,7 +49,7 @@ * Furthermore, enable this macro if you want to use CSMA/CA. * NOTE: this enables just a workaround!!! */ -#define RX_FIFO_THR_AO_CSMA_WA +// #define RX_FIFO_THR_AO_CSMA_WA /** * The MAX_PACKET_LEN is an arbitrary value used to define the two array @@ -60,7 +60,7 @@ #ifdef RX_FIFO_THR_AO_CSMA_WA #define MAX_PACKET_LEN (SPIRIT_MAX_FIFO_LEN-1) #else -#define MAX_PACKET_LEN (255) // betzw - WAS: SPIRIT_MAX_FIFO_LEN, but LEN_WIDTH is set to 7 so the variable payload length is from 0 to 255 bytes +#define MAX_PACKET_LEN (255) // betzw - WAS: SPIRIT_MAX_FIFO_LEN, but LEN_WIDTH is set to 7 so the variable payload length is theoretically from 0 to 255 bytes #endif /*---------------------------------------------------------------------------*/