From 290541993ec58841f1dc01087c3832c3eb618194 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Tue, 27 Apr 2021 17:05:48 +0200 Subject: [PATCH] Fix debug compilation --- lib/include/srsran/phy/fec/polar/polar_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/srsran/phy/fec/polar/polar_code.h b/lib/include/srsran/phy/fec/polar/polar_code.h index a20d44394..c1f5437cd 100644 --- a/lib/include/srsran/phy/fec/polar/polar_code.h +++ b/lib/include/srsran/phy/fec/polar/polar_code.h @@ -47,7 +47,7 @@ static const uint16_t NMAX = 1024; /*! * \brief Base 2 logarithm of maximum codeword length */ -static const uint16_t NMAX_LOG = 10; +#define NMAX_LOG 10U /*! * \brief \f$log_2(EMAX)\f$