diff --git a/platformio/builder/tools/piointegration.py b/platformio/builder/tools/piointegration.py index 99b76f0b..0517774b 100644 --- a/platformio/builder/tools/piointegration.py +++ b/platformio/builder/tools/piointegration.py @@ -165,7 +165,7 @@ def DumpIntegrationData(*args): "gdb_path": where_is_program( globalenv.subst("$GDB"), globalenv.subst("${ENV['PATH']}") ), - "prog_path": globalenv.subst("$PROG_PATH"), + "prog_path": globalenv.subst("$PROGPATH"), "svd_path": dump_svd_path(globalenv), "compiler_type": globalenv.GetCompilerType(), "targets": globalenv.DumpTargets(),