- use Fir and Crc from sources

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@923 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 17:50:00 +00:00
parent 5874047a86
commit f395d6250e
6 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ GCC_SRCS += $(LIBSRC_PATH)/radio/statistics.c
GCC_SRCS += $(LIBSRC_PATH)/radio/symbol.c
GCC_SRCS += $(LIBSRC_PATH)/radio/synchronization.c
INCLUDES += -I . -I $(LIBSRC_PATH)
INCLUDES += -I $(LIBSRC_PATH)
DEFINES := -Dradio_float_t=float -Dfir_float_t=float
include $(MAKE_HOME)/compile.mk