X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Fmsp430%2Fclock2%2FMsp430ClockP.nc;h=e3e61e7107c47a77744af7279b4fc3b8fec76246;hb=fa03a9285092bed46f2019783eeeb0acaf211c39;hp=c8681f345f76497d36dae9efd74a40edc66737b9;hpb=05778a038c9af4537d7ba12d932a507709fb43b7;p=tinyos-2.x.git diff --git a/tos/chips/msp430/clock2/Msp430ClockP.nc b/tos/chips/msp430/clock2/Msp430ClockP.nc index c8681f34..e3e61e71 100644 --- a/tos/chips/msp430/clock2/Msp430ClockP.nc +++ b/tos/chips/msp430/clock2/Msp430ClockP.nc @@ -37,11 +37,9 @@ * @author R. Steve McKown */ -#include - #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;