We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfafb3 commit 7b37701Copy full SHA for 7b37701
tos/chips/cc2420/CC2420.h
@@ -193,7 +193,11 @@ enum cc2420_enums {
193
CC2420_TIME_SYMBOL = 2, // 2 symbols / jiffy
194
CC2420_BACKOFF_PERIOD = ( 20 / CC2420_TIME_SYMBOL ), // symbols
195
CC2420_MIN_BACKOFF = ( 20 / CC2420_TIME_SYMBOL ), // platform specific?
196
+
197
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
201
};
202
203
enum cc2420_status_enums {
0 commit comments