1 Commits

3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "FFT_and_FP_math"]
path = FFT_and_FP_math
url = https://git.radiophotonics.ru/ChTheo/FFT_and_FP_math.git

1
FFT_and_FP_math Submodule

Submodule FFT_and_FP_math added at e7cec37ac5

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\