]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/epic/PlatformC.nc
Deluge T2 support for Epic. This includes support for at45db161d and some refactoring...
[tinyos-2.x.git] / tos / platforms / epic / PlatformC.nc
index c0cd4a177ebb985f9b69dbec9b2561e3cda1b2a8..b36f1f35cc2ad863772ce2cc4c56b1384ee32936 100644 (file)
@@ -40,7 +40,9 @@ configuration PlatformC {
 implementation {
   components PlatformP;
   components MoteClockC;
+  components MotePlatformC;
 
   Init = PlatformP;
   PlatformP.MoteClockInit -> MoteClockC;
+  PlatformP.MoteInit -> MotePlatformC;
 }