From: hadaq Date: Thu, 4 Mar 2010 23:42:53 +0000 (+0000) Subject: update, shower X-Git-Tag: v6.0~287 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f310e317035c609d9d2eb52681741e8fb068c279;p=trbnettools.git update, shower --- diff --git a/trbrich/trbflash.c b/trbrich/trbflash.c index 6316b2a..860fdb7 100644 --- a/trbrich/trbflash.c +++ b/trbrich/trbflash.c @@ -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;