1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

fixed typo for ocd config

This commit is contained in:
fishpepper 2017-08-15 20:32:03 +02:00
parent 53920103d8
commit 87b0746b74

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