Skip to content

Commit

Permalink
CMSIS-DSP: Corrected wrong table in fft.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Sep 25, 2019
1 parent ba7903f commit 7814e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMSIS/DSP/Source/fft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ if (CONFIGTABLE AND RFFT_F32_32)
endif()

if (CONFIGTABLE AND RFFT_F32_64)
target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_REALCOEF_Q31)
target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_REALCOEF_F32)
# For cfft_radix4_init
target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_BITREV_1024)
target_compile_definitions(${PROJECT} PUBLIC ARM_TABLE_TWIDDLECOEF_F32_4096)
Expand Down

0 comments on commit 7814e32

Please sign in to comment.