]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update, shower
authorhadaq <hadaq>
Thu, 4 Mar 2010 23:42:53 +0000 (23:42 +0000)
committerhadaq <hadaq>
Thu, 4 Mar 2010 23:42:53 +0000 (23:42 +0000)
trbrich/trbflash.c

index 6316b2a4f3309c3fe8c9c58a730461b3bbae7988..860fdb737fa456a0cee96b5eba8a19030e33c6bc 100644 (file)
@@ -67,7 +67,7 @@ static const char FlashTypeStr[][16] =
 
 static FlashType flashType = FLASH_INVALID; 
 
-static const char trbflash_version[] = "$Revision: 2.11 $"; 
+static const char trbflash_version[] = "$Revision: 2.12 $"; 
 
 static uint32_t mdcFlashSelect = 1;
 
@@ -868,7 +868,7 @@ static int prepareImageBuffer()
   case FLASH_ADCM23_SHOWER:
     strncpy(strId[0], "edif_adcmv2", 32);
     strncpy(strId[1], "edif_adcmv3", 32);
-    strncpy(strId[2], "edif_shower", 32);
+    strncpy(strId[2], "shower", 32);
     numIds = 3;
     break;