diff --git a/tests/pac_list_regression_test.cc b/tests/pac_list_regression_test.cc index c92eeca..2c51fcd 100644 --- a/tests/pac_list_regression_test.cc +++ b/tests/pac_list_regression_test.cc @@ -26,8 +26,8 @@ int main() const int M = 7; const int N = 1 << M; const bool crc_aided = true; - CODE::CRC crc(0xD9); - const int C = 8; + CODE::CRC crc(0xA8F4); + const int C = 16; int K = R * N + crc_aided * C; #if 1 const int L = 64;