pull/157/merge
PhysicistJohn 1 week ago committed by GitHub
commit 0a92db18a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,11 +3,12 @@
# NOTE: Can be overridden externally. # NOTE: Can be overridden externally.
# #
#Build target # Build target.
ifeq ($(TARGET),) TARGET ?= F072
TARGET = F072 ifneq ($(TARGET),F072)
else ifneq ($(TARGET),F303)
TARGET = F303 $(error Unsupported TARGET '$(TARGET)'; expected F072 or F303)
endif
endif endif
# Compiler options here. # Compiler options here.

Loading…
Cancel
Save

Powered by TurnKey Linux.