]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/tmicore/MoteClockC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / platforms / tmicore / MoteClockC.nc
index 4a76d7a30b47846e4c274d9db5d3050e19b1eef1..466560921af0527233b5142d6d8ead3c0e8ae379 100644 (file)
  * (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 <rsmckown@gmail.com>
  */
+
 configuration MoteClockC {
   provides interface Init as MoteClockInit;
 }