X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2FDeluge%2FFlashVolumeManager%2FFlashVolumeManagerP.nc;fp=tos%2Flib%2Fnet%2FDeluge%2FFlashVolumeManager%2FFlashVolumeManagerP.nc;h=bf29d2b3bc273eaede1bf54402c11d6dbb922526;hb=83ce21e0fe78d87c918df5acd17955749b99cfeb;hp=5c03b0ab13b1b679d6cfd72462f33b2bc7968cee;hpb=ff07f3359fe25641cc604182a5c989381e144436;p=tinyos-2.x.git diff --git a/tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc b/tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc index 5c03b0ab..bf29d2b3 100644 --- a/tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc +++ b/tos/lib/net/Deluge/FlashVolumeManager/FlashVolumeManagerP.nc @@ -162,11 +162,17 @@ implementation // Converts the image number that the user wants to the real image number switch (srpkt->img_num) { case 0: - img_num = VOLUME_DELUGE0; + img_num = VOLUME_GOLDENIMAGE; break; case 1: img_num = VOLUME_DELUGE1; break; + case 2: + img_num = VOLUME_DELUGE2; + break; + case 3: + img_num = VOLUME_DELUGE3; + break; } if (img_num != 0xFF) {