mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Merge pull request #3858 from fishpepper/openocd_fix
fixed typo for f4 openocd config
This commit is contained in:
commit
55b18a4efd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ifeq ($(TARGET_MCU),STM32F3)
|
||||||
OPENOCD_CFG := target/stm32f3x.cfg
|
OPENOCD_CFG := target/stm32f3x.cfg
|
||||||
|
|
||||||
else ifeq ($(TARGET_MCU),STM32F4)
|
else ifeq ($(TARGET_MCU),STM32F4)
|
||||||
OPENOCD_CFG := target/stm32f34.cfg
|
OPENOCD_CFG := target/stm32f4x.cfg
|
||||||
|
|
||||||
else ifeq ($(TARGET_MCU),STM32F7)
|
else ifeq ($(TARGET_MCU),STM32F7)
|
||||||
OPENOCD_CFG := target/stm32f7x.cfg
|
OPENOCD_CFG := target/stm32f7x.cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue