From f5c828d4d5ce088f8f5e8175d1203ed08343e781 Mon Sep 17 00:00:00 2001 From: r-studio Date: Thu, 22 Apr 2010 07:27:05 +0000 Subject: [PATCH 1/1] Removed tabs. --- tos/platforms/mulle/PlatformC.nc | 2 +- tos/platforms/mulle/PlatformP.nc | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tos/platforms/mulle/PlatformC.nc b/tos/platforms/mulle/PlatformC.nc index 11285d09..82ef77ce 100755 --- a/tos/platforms/mulle/PlatformC.nc +++ b/tos/platforms/mulle/PlatformC.nc @@ -41,7 +41,7 @@ */ #include "hardware.h" -# + configuration PlatformC { provides interface Init; diff --git a/tos/platforms/mulle/PlatformP.nc b/tos/platforms/mulle/PlatformP.nc index 67daed97..1a467ddd 100755 --- a/tos/platforms/mulle/PlatformP.nc +++ b/tos/platforms/mulle/PlatformP.nc @@ -51,7 +51,7 @@ module PlatformP uses interface StopModeControl; #ifdef ENABLE_STOP_MODE provides interface Init as StopModeInit; - + uses interface HplRV8564 as RTC; uses interface HplDS2782; uses interface StdControl as DS2782Control; @@ -80,14 +80,14 @@ implementation #ifdef ENABLE_STOP_MODE task void enableStopMode(); - + command error_t StopModeInit.init() { - // The task is needed so we can be sure that all underlying components + // The task is needed so we can be sure that all underlying components // have been initialized, for example the I2C resource. - post enableStopMode(); + post enableStopMode(); } - + task void enableStopMode() { call StopModeControl.allowStopMode(true); @@ -98,7 +98,7 @@ implementation call RTC.enableCLKOUT(); call RTC.writeRegister(RV8564_CLKF, 0x81); } - + task void stopDS2782() { call DS2782Control.stop(); -- 2.39.2