From: razvanm Date: Tue, 13 Jan 2009 04:04:40 +0000 (+0000) Subject: Change the default channel for RF230 to 26 (the same as CC2420). The mismatch was... X-Git-Tag: rc_6_tinyos_2_1_1~530 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=c34da86a171713de26207a0e30a7d3295c8ce7b9 Change the default channel for RF230 to 26 (the same as CC2420). The mismatch was reported by Yin Chen. --- diff --git a/tos/platforms/iris/chips/rf230/HplRF230.h b/tos/platforms/iris/chips/rf230/HplRF230.h index 4418ffea..c4007ed0 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 11 +#define RF230_DEF_CHANNEL 26 #endif #endif//__HPLRF230_H__