it now works with f072 somehow

This commit is contained in:
2017-12-16 23:11:36 +01:00
parent 88cdcb8c49
commit 7ed045bf81
9 changed files with 60 additions and 3 deletions
+3 -2
View File
@@ -16,7 +16,7 @@ GEX_PLAT=F072_DISCOVERY
######################################
# target
######################################
TARGET = gex-f072
TARGET = firmware
######################################
@@ -139,7 +139,8 @@ AS_DEFS =
# C defines
C_DEFS = \
-DUSE_HAL_DRIVER \
-DSTM32F072xB
-DSTM32F072xB \
-DARM_MATH_CM0PLUS
C_DEFS += -DGEX_PLAT_$(GEX_PLAT) $(GEX_CDEFS)