Skip to content

Commit 7b37701

Browse files
committed
Add a note about pull request tinyos#341
1 parent 1bfafb3 commit 7b37701

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tos/chips/cc2420/CC2420.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,11 @@ enum cc2420_enums {
193193
CC2420_TIME_SYMBOL = 2, // 2 symbols / jiffy
194194
CC2420_BACKOFF_PERIOD = ( 20 / CC2420_TIME_SYMBOL ), // symbols
195195
CC2420_MIN_BACKOFF = ( 20 / CC2420_TIME_SYMBOL ), // platform specific?
196+
196197
CC2420_ACK_WAIT_DELAY = 256, // jiffies
198+
// Changed from 256 to 50 due to:
199+
// https://github.com/tinyos/tinyos-main/pull/341/commits/90b32069b11979448867828102f3bfa24c885d88
200+
//CC2420_ACK_WAIT_DELAY = 50, // jiffies
197201
};
198202

199203
enum cc2420_status_enums {

0 commit comments

Comments
 (0)