]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Reverse unwanted changes made to MoteClockC.nc in last commit.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Mon, 8 Sep 2008 21:33:22 +0000 (21:33 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:49 +0000 (20:00 -0700)
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;