From 8aa4d42c0a02610e9641560d80ab0fa14a23afe6 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Tue, 27 Sep 2016 12:29:52 -0400 Subject: [PATCH] Add version to openocd tool path --- platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.txt b/platform.txt index 85fb16e42..6ed1b4ece 100644 --- a/platform.txt +++ b/platform.txt @@ -125,7 +125,7 @@ tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=t # OpenOCD sketch upload # -tools.openocd.path={runtime.tools.openocd.path} +tools.openocd.path={runtime.tools.openocd-0.9.0-arduino.path} tools.openocd.cmd=bin/openocd tools.openocd.cmd.windows=bin/openocd.exe