From: Keith Packard Date: Thu, 28 Mar 2024 16:45:38 +0000 (-0700) Subject: altos/test: Adjust CRC error rate after FEC fix X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain altos/test: Adjust CRC error rate after FEC fix The number of CRC failures during FEC testing is lower now that the packet length bug has been fixed in the FEC encode bits. Signed-off-by: Keith Packard --- diff --git a/src/test/ao_fec_test.c b/src/test/ao_fec_test.c index cbced6ae..5f234285 100644 --- a/src/test/ao_fec_test.c +++ b/src/test/ao_fec_test.c @@ -304,7 +304,7 @@ ao_real_packet(void) } #define EXPECT_DECODE_FAIL 0 -#define EXPECT_CRC_MISMATCH 6386 +#define EXPECT_CRC_MISMATCH 6304 #define EXPECT_DATA_MISMATCH 0 #define NOISE_AMOUNT 0x50