From: razvanm Date: Mon, 19 Jan 2009 22:51:32 +0000 (+0000) Subject: Revert back to channel 11 to minimise the number of lost acks. X-Git-Tag: rc_6_tinyos_2_1_1~527 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b83a4f9b627e9a9ea72d8e1141235aa2f913eb4f Revert back to channel 11 to minimise the number of lost acks. --- diff --git a/tos/platforms/iris/chips/rf230/HplRF230.h b/tos/platforms/iris/chips/rf230/HplRF230.h index c4007ed0..4418ffea 100644 --- a/tos/platforms/iris/chips/rf230/HplRF230.h +++ b/tos/platforms/iris/chips/rf230/HplRF230.h @@ -70,7 +70,7 @@ typedef TOne TRF230; /* This is the default value of the CHANNEL field of the PHY_CC_CCA register. */ #ifndef RF230_DEF_CHANNEL -#define RF230_DEF_CHANNEL 26 +#define RF230_DEF_CHANNEL 11 #endif #endif//__HPLRF230_H__