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

index aacd2f339b36aaad6311c631d3a4ddde1252c8b9..15e4f9cd7f664a10f37e13e2c8b99d38efd5b05d 100644 (file)
@@ -120,7 +120,7 @@ typedef struct {
 } FlashParam;
 
 static FlashParam flashParamRef;
-static const char trbflash_version[] = "$Revision: 2.40 $";
+static const char trbflash_version[] = "$Revision: 2.41 $";
 
 static uint32_t mdcFlashSelect = 1;
 
@@ -631,7 +631,6 @@ 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;