Skip to content

Commit

Permalink
Fix #315, UT update to improve crc initialization check
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Aug 25, 2022
1 parent 19700c8 commit ae00865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit-test/cf_crc_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void Test_CF_CRC_Start(void)
/* Arrange */
CF_Crc_t c;

memset(&c, 0, sizeof(c));
memset(&c, 0xFF, sizeof(c));

/* Act */
UtAssert_VOIDCALL(CF_CRC_Start(&c));
Expand Down

0 comments on commit ae00865

Please sign in to comment.