stm32l: Correct openocd flash target name

This commit is contained in:
Karl Palsson
2014-01-28 15:54:11 +00:00
parent c54ab042ef
commit 3f68a5ceef

View File

@@ -29,7 +29,7 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m3 $(FP_FLAGS) -mfix-cortex-m3-ldrd
OOCD ?= openocd
OOCD_INTERFACE ?= stlink-v2
OOCD_BOARD ?= stm32l1discovery
OOCD_BOARD ?= stm32ldiscovery
################################################################################
# Black Magic Probe specific variables