]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockC.nc
P1.1, BSL_TX, must be an input, since it is tied to P3.6 UC_TX, which is the
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockC.nc
index 46da184eac1311a3461f54e1134d900508119a0d..395707a43d2af682a475796962aab2e65676eca9 100644 (file)
  * @author R. Steve McKown <smckown@gmail.com>
  */
  
+#if 0
 #define MS430DCOSPEC_H
 #define TARGET_DCO_KHZ 8192 // the target DCO clock rate in binary kHz
+//#define TARGET_DCO_KHZ 4096 // the target DCO clock rate in binary kHz
 #define ACLK_KHZ 32 // the ACLK rate in binary kHz
+#endif
 
 configuration MoteClockC {
   provides interface Init as MoteClockInit;