Skip to content

Commit 6023d7b

Browse files
author
Jarkko Paso
committed
WS: change csma periods to 1 to make tests pass
1 parent b5a71c4 commit 6023d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_common_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ typedef struct ws_bs_ie {
233233
#define WS_TACK_MAX_MS 5
234234

235235
// With FHSS we need to check CCA twice on TX channel
236-
#define WS_NUMBER_OF_CSMA_PERIODS 2
236+
#define WS_NUMBER_OF_CSMA_PERIODS 1
237237
// Interval between two CCA checks
238238
#define WS_CSMA_MULTI_CCA_INTERVAL 1000
239239

0 commit comments

Comments
 (0)