]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added support for mulle in block storage manager
authorr-studio <r-studio>
Mon, 7 Sep 2009 14:02:05 +0000 (14:02 +0000)
committerr-studio <r-studio>
Mon, 7 Sep 2009 14:02:05 +0000 (14:02 +0000)
tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerC.nc

index 168961d69458cef03aa0498434742df16b28305c..1631e735fbd3b38a35000d607f72fcf350879212 100644 (file)
@@ -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) || defined(PLATFORM_IRIS) || defined(PLATFORM_EPIC)
+#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) || defined(PLATFORM_EPIC) || defined(PLATFORM_MULLE)
   components At45dbStorageManagerC;
   BlockStorageManagerP.At45dbVolume -> At45dbStorageManagerC;
 #endif