Skip to content

Commit

Permalink
Fixed type of code type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual Tachyon authored and Dual Tachyon committed Aug 15, 2023
1 parent 39a38d8 commit 66f6c7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ uint32_t DCS_CalculateGolay(uint32_t CodeWord)
return CodeWord | ((Word & 0x0FFE) << 12);
}

uint32_t DCS_GetGolayCodeWord(uint8_t CodeType, uint8_t Option)

uint32_t DCS_GetGolayCodeWord(DCS_CodeType_t CodeType, uint8_t Option)
{
uint32_t Code;

Expand Down

0 comments on commit 66f6c7f

Please sign in to comment.