diff options
Diffstat (limited to 'src/core/ao_fec_tx.c')
-rw-r--r-- | src/core/ao_fec_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_fec_tx.c b/src/core/ao_fec_tx.c index bf32c506..c5f410b8 100644 --- a/src/core/ao_fec_tx.c +++ b/src/core/ao_fec_tx.c @@ -83,7 +83,7 @@ static const uint8_t whiten[] = { #include "ao_whiten.h" }; -uint8_t +void ao_fec_whiten(uint8_t *in, uint8_t len, uint8_t *out) { const uint8_t *w = whiten; |