]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / net / Deluge / BlockStorageManager / BlockStorageManagerC.nc
index 68714cfd68ff9b08ead6429e55da2850a97d3fbd..d350aed9e0e49331107b50c27ddb0d33688fe367 100644 (file)
@@ -41,9 +41,9 @@ implementation
   enum {
     NUM_CLIENTS = uniqueCount(UQ_BSTORAGEM_CLIENT)
   };
-  
+
   components new BlockStorageManagerP(NUM_CLIENTS);
-  
+
   BlockRead  = BlockStorageManagerP;
   BlockWrite = BlockStorageManagerP;
   VolumeId   = BlockStorageManagerP;
@@ -69,7 +69,7 @@ implementation
   BlockStorageManagerP.SubStorageMap[VOLUME_DELUGE1]     -> BlockStorageC_1;
   BlockStorageManagerP.SubStorageMap[VOLUME_DELUGE2]     -> BlockStorageC_2;
   BlockStorageManagerP.SubStorageMap[VOLUME_DELUGE3]     -> BlockStorageC_3;
-#elif defined(PLATFORM_MICAZ)
+#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) || defined(PLATFORM_EPIC) || defined(PLATFORM_MULLE) || defined(PLATFORM_TINYNODE)
   components At45dbStorageManagerC;
   BlockStorageManagerP.At45dbVolume -> At45dbStorageManagerC;
 #endif