GEX port to STM32F072. This is currently the main port.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
gex-f072/Patches/cube/08-set_target_in_makefile.p...

16 lines
422 B

Index: Makefile
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- Makefile (date 1512425387000)
+++ Makefile (revision )
@@ -13,7 +13,7 @@
######################################
# target
######################################
-TARGET = gex_f103
+TARGET = firmware
######################################