Skip to content

Commit

Permalink
WS: change csma periods to 1 to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Mar 25, 2019
1 parent b5a71c4 commit 6023d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_common_defines.h
Expand Up @@ -233,7 +233,7 @@ typedef struct ws_bs_ie {
#define WS_TACK_MAX_MS 5

// With FHSS we need to check CCA twice on TX channel
#define WS_NUMBER_OF_CSMA_PERIODS 2
#define WS_NUMBER_OF_CSMA_PERIODS 1
// Interval between two CCA checks
#define WS_CSMA_MULTI_CCA_INTERVAL 1000

Expand Down

0 comments on commit 6023d7b

Please sign in to comment.