fixed typo for ocd config

This commit is contained in:
fishpepper 2017-08-15 20:32:03 +02:00
parent 53920103d8
commit 87b0746b74
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ifeq ($(TARGET_MCU),STM32F3)
OPENOCD_CFG := target/stm32f3x.cfg
else ifeq ($(TARGET_MCU),STM32F4)
OPENOCD_CFG := target/stm32f34.cfg
OPENOCD_CFG := target/stm32f4x.cfg
else ifeq ($(TARGET_MCU),STM32F7)
OPENOCD_CFG := target/stm32f7x.cfg