]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockC.nc
Reverse unwanted changes made to MoteClockC.nc in last commit.
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockC.nc
index 395707a43d2af682a475796962aab2e65676eca9..2c125656af85ad030f26c82e0b84a46065813537 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;