Skip to content

Commit 3b2cb57

Browse files
committed
Fix comments in example
1 parent c1f08f6 commit 3b2cb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fmac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn main() -> ! {
3737
// The BufferLayout struct takes three generic consts and will calculate the base offsets at compile time,
3838
// which must be passed as a generic parameter to the constrain method of the FMAC instance.
3939
//
40-
// Create an FMAC instance with a memory layout of 16 inputs, 2 coefficients, and 8 output buffer words
40+
// Create an FMAC instance with a memory layout of 32 inputs, 2 coefficients, and 1 output buffer words
4141
//
4242
// For IIR filters, RM0440 indicates X2 coeffecient buffer should be 2N + 2M where
4343
// N is the number of feedforward coefficients and M is the number of feedback coefficients.

0 commit comments

Comments
 (0)