From 7b3770145a19b2dcd2fcfb71938b942fc0a9b83c Mon Sep 17 00:00:00 2001 From: Matthew Bradbury Date: Tue, 6 Jun 2017 14:33:04 +0100 Subject: [PATCH] Add a note about pull request #341 --- tos/chips/cc2420/CC2420.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tos/chips/cc2420/CC2420.h b/tos/chips/cc2420/CC2420.h index 955236226e..553427bd13 100644 --- a/tos/chips/cc2420/CC2420.h +++ b/tos/chips/cc2420/CC2420.h @@ -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 {