1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #3858 from fishpepper/openocd_fix

fixed typo for f4 openocd config
This commit is contained in:
Michael Keller 2017-08-16 13:02:45 +12:00 committed by GitHub
commit 55b18a4efd

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