Skip to content

Commit 7ca2947

Browse files
author
jantje
committed
#222 introduced a warning in the error log when using default.
This fix removes the warning
1 parent be442c2 commit 7ca2947

File tree

1 file changed

+1
-1
lines changed
  • it.baeyens.arduino.core/src/it/baeyens/arduino/tools

1 file changed

+1
-1
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/tools/Helpers.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ public static void setTheEnvironmentVariables(IProject project, ICConfigurationD
929929
// Then add the programmers file
930930
String programmer = contribEnv.getVariable(get_Jantje_KEY_PROTOCOL(ACTION_UPLOAD), confDesc).getValue();
931931
setTheEnvironmentVariablesAddtheBoardsTxt(contribEnv, confDesc, localProgrammers,
932-
localProgrammers.getIDFromName(programmer), true);
932+
localProgrammers.getIDFromName(programmer), false);
933933

934934
// add the stuff that comes with the plugin that is marked as post
935935
setTheEnvironmentVariablesAddAFile(contribEnv, confDesc, pluginPostProcessingPlatformTxt);

0 commit comments

Comments
 (0)