From: hadaq Date: Thu, 5 Aug 2010 14:08:19 +0000 (+0000) Subject: fpga2 bug fix X-Git-Tag: v6.0~212 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7e2651418c8763047622b0453870ffb70fc5057a;p=trbnettools.git fpga2 bug fix --- diff --git a/libtrbnet/trbflash.c b/libtrbnet/trbflash.c index dd2e4da..40a8465 100644 --- a/libtrbnet/trbflash.c +++ b/libtrbnet/trbflash.c @@ -97,7 +97,7 @@ static const char FlashTypeStr[16][32] = static FlashType flashType = FLASH_INVALID; static uint32_t manId = 0; -static const char trbflash_version[] = "$Revision: 2.23 $"; +static const char trbflash_version[] = "$Revision: 2.24 $"; static uint32_t mdcFlashSelect = 1; @@ -383,7 +383,7 @@ static int initTransfer(uint16_t trb_address) fType = FLASH_CTS_FPGA1; break; case 5200: - fType = FLASH_CTS_FPGA1; + fType = FLASH_CTS_FPGA2; break; default: