Просмотр исходного кода

CMSIS-DSP: Correction to an f16 header include.

Christophe Favergeon 5 лет назад
Родитель
Сommit
63be1c08bc
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c

+ 4 - 1
CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c

@@ -27,7 +27,6 @@
  */
 
 #include "dsp/transform_functions.h"
-#include "dsp/transform_functions_f16.h"
 #include "arm_common_tables.h"
 
 /*
@@ -40,6 +39,10 @@
 */
 
 #if !defined(__CC_ARM) && defined(ARM_FLOAT16_SUPPORTED)
+
+#include "dsp/transform_functions_f16.h"
+
+
 void arm_bitreversal_f16(
 float16_t * pSrc,
 uint16_t fftSize,