tests: lib: cmsis_dsp: filtering: Update FIR Q31 tests for 1.9.0
This commit updates the filtering FIR Q31 test implementations for the CMSIS-DSP 1.9.0. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
d3af641f7c
commit
26e3612e1a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static void test_arm_fir_q31(void)
|
|||
arm_fir_instance_q31 inst;
|
||||
|
||||
/* Allocate buffers */
|
||||
state = malloc(64 * sizeof(q31_t));
|
||||
state = malloc(3 * 47 * sizeof(q31_t));
|
||||
zassert_not_null(state, ASSERT_MSG_BUFFER_ALLOC_FAILED);
|
||||
|
||||
output_buf = malloc(length * sizeof(q31_t));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue