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

index a6ce351f54d4ad397ab846106ebc46398ffd3b75..95340106bd825d706a4d0eaca8b3340c19277517 100644 (file)
@@ -37,7 +37,7 @@ generic module BlockStorageManagerP(uint8_t clients)
     interface VolumeId[uint8_t client];
 #if defined(PLATFORM_TELOSB)
     interface StorageMap as SubStorageMap[volume_id_t volume_id];
-#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) || defined(PLATFORM_EPIC)
+#elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) || defined(PLATFORM_EPIC) || defined(PLATFORM_MULLE)
     interface At45dbVolume[volume_id_t volume_id];
 #endif
   }