From 7e2651418c8763047622b0453870ffb70fc5057a Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 5 Aug 2010 14:08:19 +0000 Subject: [PATCH] fpga2 bug fix --- libtrbnet/trbflash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.43.0