X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Fmulle%2FPlatformC.nc;h=c236b9ad3ae579bd0f550bc66ff9b4f1680bce67;hb=2d74d98ec380d6cf237814287406c993977a60e3;hp=7811316f0cb242dbc13a2441e7629954e7cb95d3;hpb=e0397b07a5a6ca7d8d0e9e6d33f317e4459327c6;p=tinyos-2.x.git diff --git a/tos/platforms/mulle/PlatformC.nc b/tos/platforms/mulle/PlatformC.nc index 7811316f..c236b9ad 100755 --- a/tos/platforms/mulle/PlatformC.nc +++ b/tos/platforms/mulle/PlatformC.nc @@ -62,9 +62,13 @@ implementation PlatformP.M16c62pControl -> M16c62pControlC; PlatformP.StopModeControl -> StopModeControlC; + #ifdef ENABLE_STOP_MODE - components RV8564C; + components RV8564C, DS2782InternalC, MainC; + PlatformP.Boot -> MainC; PlatformP.RTC -> RV8564C; + PlatformP.HplDS2782 -> DS2782InternalC; + PlatformP.DS2782Control -> DS2782InternalC; #endif }