]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/iris/chips/rf230/HplRF230.h
rename the TRF230 timer to TRadio
[tinyos-2.x.git] / tos / platforms / iris / chips / rf230 / HplRF230.h
index c4007ed078ad0c93a8f926906bda32275c510a26..0a69cea9f1ca3e88272cbdf755e67ee812dced76 100644 (file)
@@ -50,7 +50,7 @@ enum
 /**
  * This is the timer type of the RF230 alarm interface
  */
-typedef TOne TRF230;
+typedef TOne TRadio;
 
 
 /**
@@ -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__