CMSIS-DSP: API corrections in bitreversal_f16

pull/19/head
Christophe Favergeon 5 years ago
parent 4165f51802
commit 9c83f0ab0c

@ -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;

Loading…
Cancel
Save