From fa03a9285092bed46f2019783eeeb0acaf211c39 Mon Sep 17 00:00:00 2001 From: smckown Date: Tue, 9 Sep 2008 14:27:20 +0000 Subject: [PATCH] Track changes to clock/Msp430ClockP.nc in clock2/Msp430ClockP.nc --- tos/chips/msp430/clock2/Msp430ClockP.nc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.39.2