diff --git a/Rakefile b/Rakefile index 688d6e7..dcf0c01 100644 --- a/Rakefile +++ b/Rakefile @@ -187,7 +187,7 @@ SWD_ADAPTER = ENV["SWD_ADAPTER"] || "BMP" # openOCD path to control the adapter OOCD = ENV["OOCD"] || "openocd" # openOCD adapted name -OOCD_INTERFACE = ENV["OOCD_INTERFACE"] || (SWD_ADAPTER=="STLINKV2" ? "stlink-v2" : "") +OOCD_INTERFACE = ENV["OOCD_INTERFACE"] || (SWD_ADAPTER=="STLINKV2" ? "stlink" : "") # openOCD target for the micro-controller OOCD_TARGET = "stm32f1x" # Black Magic Probe port