Remove cmsis dsp library from project

This commit is contained in:
Mario Hüttel 2020-11-01 20:59:17 +01:00
parent 8ff276e30d
commit 731cb4fec3
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ INCLUDEPATH = -Iinclude
OBJDIR_BASE = obj
TARGET_BASE = reflow-controller
LIBRARYPATH = -L. -Lmathlib
LIBRARIES = -larm_cortexM4lf_math -lm
LIBRARYPATH = -L.
LIBRARIES =
DEFINES = -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -DHSE_VALUE=8000000UL
MAPFILE_BASE = memory-mapping