Skip to content

Commit

Permalink
Corrected doxygen issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Sep 29, 2022
1 parent 3d5fb83 commit 8ed2ef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/FilteringFunctions/arm_biquad_cascade_df2T_f64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8ed2ef7

Please sign in to comment.