From dc5e156a6aeb8eeae7d956bb34f2c515671ef3df Mon Sep 17 00:00:00 2001 From: ilyacodes <33097525+ilyacodes@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:29:35 -0500 Subject: [PATCH] Update documentation for Golay (23,12,7) FEC (#75) --- src/common/edac/Golay24128.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/edac/Golay24128.h b/src/common/edac/Golay24128.h index 92f52f38..e9562792 100644 --- a/src/common/edac/Golay24128.h +++ b/src/common/edac/Golay24128.h @@ -35,12 +35,12 @@ 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); /** * @brief Decode Golay (24,12,8) FEC. - * @param code + * @param code * @param out * @returns bool */