Skip to content

Commit

Permalink
Add a note about pull request tinyos#341
Browse files Browse the repository at this point in the history
  • Loading branch information
MBradbury committed Jun 6, 2017
1 parent 1bfafb3 commit 7b37701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tos/chips/cc2420/CC2420.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ enum cc2420_enums {
CC2420_TIME_SYMBOL = 2, // 2 symbols / jiffy
CC2420_BACKOFF_PERIOD = ( 20 / CC2420_TIME_SYMBOL ), // symbols
CC2420_MIN_BACKOFF = ( 20 / CC2420_TIME_SYMBOL ), // platform specific?

CC2420_ACK_WAIT_DELAY = 256, // jiffies
// Changed from 256 to 50 due to:
// https://github.com/tinyos/tinyos-main/pull/341/commits/90b32069b11979448867828102f3bfa24c885d88
//CC2420_ACK_WAIT_DELAY = 50, // jiffies
};

enum cc2420_status_enums {
Expand Down

0 comments on commit 7b37701

Please sign in to comment.