mirror of https://github.com/ArduPilot/ardupilot
Tools: fixed for new openocd syntax
This commit is contained in:
parent
d768c721ee
commit
909a9f77fa
|
@ -6,4 +6,5 @@ source [find interface/stlink-v2.cfg]
|
|||
# your microcontroller
|
||||
source [find target/stm32f4x.cfg]
|
||||
init
|
||||
$_TARGETNAME configure -rtos ChibiOS
|
||||
$_TARGETNAME configure -rtos auto
|
||||
|
||||
|
|
Loading…
Reference in New Issue