Update documentation for Golay (23,12,7) FEC (#75)

pull/76/head
ilyacodes 1 year ago committed by GitHub
parent 2979110421
commit dc5e156a6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@ namespace edac
/**
* @brief Decode Golay (23,12,7) FEC.
* @param code
* @returns uint8_t Number of errors detected.
* @returns uint32_t Data decoded with Golay FEC
*/
static uint32_t decode23127(uint32_t code);
/**

Loading…
Cancel
Save

Powered by TurnKey Linux.