included FFT_and_FP_math as submodule. It contains FP-FFT library in FFT_and_FP_math/C

This commit is contained in:
2025-10-09 13:52:08 +03:00
parent 6670031bcc
commit f9b5fdf89b
3 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,8 @@ SRC = src/main.c \
src/l502_hdma.c \
src/l502_params.c \
src/l502_tests.c \
src/l502_user_process.c
src/l502_user_process.c \
Theta_fft\