syntax corrective

This commit is contained in:
Dake 2015-08-26 16:01:08 +02:00
parent 940d53098c
commit fff58476af

View file

@ -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);