From: smckown Date: Tue, 9 Sep 2008 14:27:20 +0000 (+0000) Subject: Track changes to clock/Msp430ClockP.nc in clock2/Msp430ClockP.nc X-Git-Tag: release/2.1.0-1~63 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=fa03a9285092bed46f2019783eeeb0acaf211c39 Track changes to clock/Msp430ClockP.nc in clock2/Msp430ClockP.nc --- 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;