From 9148611be4d77ab6318c13a0e5bb64ede4baed13 Mon Sep 17 00:00:00 2001 From: r-studio Date: Mon, 7 Sep 2009 14:02:45 +0000 Subject: [PATCH] added support for mulle in block storage manager P --- tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerP.nc b/tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerP.nc index a6ce351f..95340106 100644 --- a/tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerP.nc +++ b/tos/lib/net/Deluge/BlockStorageManager/BlockStorageManagerP.nc @@ -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 } -- 2.39.2