From fff58476af2e83ff89dbbc6c9804bfea116c88dd Mon Sep 17 00:00:00 2001 From: Dake Date: Wed, 26 Aug 2015 16:01:08 +0200 Subject: [PATCH] syntax corrective --- armsrc/lfops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/lfops.c b/armsrc/lfops.c index dc7ffd88..275544f5 100644 --- a/armsrc/lfops.c +++ b/armsrc/lfops.c @@ -321,7 +321,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc) { -FpgaDownloadAndGo(FPGA_BITSTREAM_LF); + FpgaDownloadAndGo(FPGA_BITSTREAM_LF); if(crc == 0) { crc = update_crc16(crc, (idlo)&0xff); crc = update_crc16(crc, (idlo>>8)&0xff); -- 2.39.2