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:
commit
55b18a4efd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue