indentation

master
mach327 2020-09-04 05:28:35 -04:00
parent ecd0f7143f
commit e5459ab0e5
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -64,7 +64,7 @@ void CRC_Init(uint16_t *crc_table, uint16_t poly)
remainder=(remainder<<1);
}
crc_table[dividend]=remainder;
crc_table[dividend]=remainder;
}
}