]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Change the default channel for RF230 to 26 (the same as CC2420). The mismatch was...
authorrazvanm <razvanm>
Tue, 13 Jan 2009 04:04:40 +0000 (04:04 +0000)
committerrazvanm <razvanm>
Tue, 13 Jan 2009 04:04:40 +0000 (04:04 +0000)
tos/platforms/iris/chips/rf230/HplRF230.h

index 4418ffea859a57e4039e05996ab8e213e711f31c..c4007ed078ad0c93a8f926906bda32275c510a26 100644 (file)
@@ -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__