]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/clock/Msp430ClockP.nc
Make Msp430ClockC a generic so that the target DCO clock and the ACLK can be
[tinyos-2.x.git] / tos / chips / msp430 / clock / Msp430ClockP.nc
index e700dd5229af831ce7d7dd14b1537df49e46b020..4304345305864e121fb65e5ceffe9fec710810fe 100644 (file)
  * @author Vlado Handziski <handzisk@tkn.tu-berlind.de>
  */
 
-#include <Msp430DcoSpec.h>
-
 #include "Msp430Timer.h"
 
-module Msp430ClockP @safe()
+generic module Msp430ClockP(uint16_t TARGET_DCO_KHZ, uint16_t ACLK_KHZ) @safe()
 {
   provides interface Init;
   provides interface Msp430ClockInit;