From: hadaq Date: Tue, 17 Jul 2012 18:58:18 +0000 (+0000) Subject: update X-Git-Tag: v6.0~35 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=479307983f5c81bb32127fd8d2d2921552bd6086;p=trbnettools.git update --- diff --git a/libtrbnet/trbflash.c b/libtrbnet/trbflash.c index 15e4f9c..fd83809 100644 --- a/libtrbnet/trbflash.c +++ b/libtrbnet/trbflash.c @@ -120,7 +120,7 @@ typedef struct { } FlashParam; static FlashParam flashParamRef; -static const char trbflash_version[] = "$Revision: 2.41 $"; +static const char trbflash_version[] = "$Revision: 2.42 $"; static uint32_t mdcFlashSelect = 1; @@ -631,6 +631,7 @@ static int readPage(uint16_t trb_address, uint32_t pageNumber, { uint32_t *temp = NULL; uint32_t *end = NULL; + unsigned int endPoint; uint16_t size = 0; uint32_t trbcmd; int status = -1;