fix: fft compile

This commit is contained in:
liuyihui 2023-04-27 15:08:10 +08:00
parent bfe90429d2
commit 07e8a842ec

View File

@ -4,7 +4,7 @@ BUILD_DIR = build
# 变量定义
TARGET = firmware
SOURCES = main.c src/*.c
SOURCES = main.c src/*.c src/*/*.c
# 编译选项
CFLAGS ?= -W -Wall -Wextra -Werror -Wundef -Wshadow -Wdouble-promotion \