From 8ed2ef7a7e2c6fce29c59d18ba7ee0f9f66027c2 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Thu, 29 Sep 2022 08:34:31 +0200 Subject: [PATCH] Corrected doxygen issue. --- Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c b/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c index 0cf28db7c..3703bdbd5 100644 --- a/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c +++ b/Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c @@ -105,7 +105,6 @@ To do this manually without calling the init function, assign the follow subfields of the instance structure: numStages, pCoeffs, pState. Also set all of the values in pState to zero. @par - Use of the initialization function is optional except for the vectorized versions (Helium and Neon). However, if the initialization function is used, then the instance structure cannot be placed into a const data section. To place an instance structure into a const data section, the instance structure must be manually initialized.