]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Tue, 17 Jul 2012 18:58:18 +0000 (18:58 +0000)
committerhadaq <hadaq>
Tue, 17 Jul 2012 18:58:18 +0000 (18:58 +0000)
libtrbnet/trbflash.c

index 15e4f9cd7f664a10f37e13e2c8b99d38efd5b05d..fd838092dc2938a0bb752d8aeebd3c78cd2052eb 100644 (file)
@@ -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;