Explorar el Código

CMSIS-DSP: API corrections in bitreversal_f16

Christophe Favergeon hace 5 años
padre
commit
d683ceab4e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMSIS/DSP/Source/TransformFunctions/arm_bitreversal_f16.c

+ 1 - 1
CMSIS/DSP/Source/TransformFunctions/arm_bitreversal_f16.c

@@ -41,7 +41,7 @@ void arm_bitreversal_f16(
 float16_t * pSrc,
 uint16_t fftSize,
 uint16_t bitRevFactor,
-uint16_t * pBitRevTab)
+const uint16_t * pBitRevTab)
 {
    uint16_t fftLenBy2, fftLenBy2p1;
    uint16_t i, j;