CMSIS-DSP: Corrected compilation issues with AC5 and gcc.

pull/19/head
Christophe Favergeon 6 years ago
parent fb1620bb3d
commit fa38aed181

@ -1,4 +1,5 @@
#include "SupportTestsF32.h"
#include <stdlib.h>
#include <stdio.h>
#include "Error.h"
#include "arm_math.h"

@ -24,7 +24,7 @@
1);
ASSERT_SNR(outputfft,ref,(float32_t)SNR_THRESHOLD);
ASSERT_NEAR_EQ(outputfft,ref,32);
ASSERT_NEAR_EQ(outputfft,ref,(q31_t)32);
ASSERT_EMPTY_TAIL(outputfft);

Loading…
Cancel
Save