]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/PlatformC.nc
mulle platfor modification, flsh storage, more lowpower, softi2c improvements
[tinyos-2.x.git] / tos / platforms / mulle / PlatformC.nc
index 7811316f0cb242dbc13a2441e7629954e7cb95d3..c236b9ad3ae579bd0f550bc66ff9b4f1680bce67 100755 (executable)
@@ -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
 }