X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftmicore%2FMoteClockC.nc;h=466560921af0527233b5142d6d8ead3c0e8ae379;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=4a76d7a30b47846e4c274d9db5d3050e19b1eef1;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400;p=tinyos-2.x.git diff --git a/tos/platforms/tmicore/MoteClockC.nc b/tos/platforms/tmicore/MoteClockC.nc index 4a76d7a3..46656092 100644 --- a/tos/platforms/tmicore/MoteClockC.nc +++ b/tos/platforms/tmicore/MoteClockC.nc @@ -26,15 +26,15 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - + /** * Set the DCO and ACLK specs here, effectively overriding those in * $TOSDIR/tos/chips/msp430/timer/Msp430DcoSpec.h This is a little hokey. * I think I'd rather do it using a generic interface. - * + * * @author R. Steve McKown */ - + configuration MoteClockC { provides interface Init as MoteClockInit; }