From: Jan Michel Date: Mon, 17 Jul 2017 11:15:21 +0000 (+0200) Subject: add 'combiner' to valid names of bitfile for Dirich Concentrator X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3b65a29a96f3e012771b31281fbdbc67df7cc14f;p=trbnettools.git add 'combiner' to valid names of bitfile for Dirich Concentrator --- diff --git a/libtrbnet/trbflash.c b/libtrbnet/trbflash.c index edb6eed..e165be7 100644 --- a/libtrbnet/trbflash.c +++ b/libtrbnet/trbflash.c @@ -364,6 +364,7 @@ static int setFlashParam(FlashParam* flashParam, uint16_t hardwareId) flashParam->flashType = FLASH_DIRICH_CONCENTRATOR; flashParam->manId = 0x1720c2; strcpy(flashParam->allowedStringId[0], "dirich_co"); + strcpy(flashParam->allowedStringId[1], "combiner"); flashParam->numPages = 32768; break;