]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockP.nc
Make Msp430ClockC a generic so that the target DCO clock and the ACLK can be
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockP.nc
index 3502a0a4f9c58b7fa996463933697626489ecec8..84acca22aea9d278c2628f310c8a3faafff65a5e 100644 (file)
  * @author R. Steve McKown <smckown@gmail.com>
  */
  
-//#include "msp430hardware.h"
 #include "Msp430Timer.h"
 
-#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
-
 module MoteClockP {
   provides interface Init;
   uses {