From 19c42c4d97151f2dc38e59cff4d0638694fcd27d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 28 Mar 2024 09:45:38 -0700 Subject: [PATCH] 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 --- src/test/ao_fec_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2