apply clang format
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good

This commit is contained in:
2022-02-22 11:16:33 +01:00
parent a274d6598e
commit 90b8ad1e6d
5 changed files with 17 additions and 16 deletions

View File

@ -117,7 +117,7 @@ uint16_t CRC::crc16ccitt(uint8_t const input[], uint32_t length, uint16_t starti
// {
// if (xor_out[i] == true)
// crc_value = crc_value + pow(2,(15 -i)); // reverse CrC result before
//Final XOR
// Final XOR
// }
//
// crc_value = 0;// for debug mode