]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosboot/msp430f1611/PluginC.nc
Make tosboot compliant with TEP3.
[tinyos-2.x.git] / tos / lib / tosboot / msp430f1611 / PluginC.nc
index 860b2486282b6c230716d6c069c3721048f56e3e..738bcae58ca62af5f864b5f09589fe0f4f98bd9e 100644 (file)
@@ -36,11 +36,11 @@ configuration PluginC {
 
 implementation {
 
-  components ExtFlashC, LedsC, PowerOffM;
+  components ExtFlashC, LedsC, PowerOffC;
 
-  StdControl = PowerOffM;
+  StdControl = PowerOffC;
 
-  PowerOffM.Leds -> LedsC;
-  PowerOffM.SubControl -> ExtFlashC;
+  PowerOffC.Leds -> LedsC;
+  PowerOffC.SubControl -> ExtFlashC;
 
 }