From: smckown Date: Mon, 8 Sep 2008 21:33:22 +0000 (+0000) Subject: Reverse unwanted changes made to MoteClockC.nc in last commit. X-Git-Tag: release/2.1.0-1~76 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=02d7b93b83a3bd5299b12bb3ed85c65860578f3d Reverse unwanted changes made to MoteClockC.nc in last commit. --- diff --git a/tos/platforms/tmicore/MoteClockC.nc b/tos/platforms/tmicore/MoteClockC.nc index 395707a4..2c125656 100644 --- a/tos/platforms/tmicore/MoteClockC.nc +++ b/tos/platforms/tmicore/MoteClockC.nc @@ -35,12 +35,10 @@ * @author R. Steve McKown */ -#if 0 #define MS430DCOSPEC_H #define TARGET_DCO_KHZ 8192 // the target DCO clock rate in binary kHz //#define TARGET_DCO_KHZ 4096 // the target DCO clock rate in binary kHz #define ACLK_KHZ 32 // the ACLK rate in binary kHz -#endif configuration MoteClockC { provides interface Init as MoteClockInit;