mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Fixed the missing line for messageformat args.
This commit is contained in:
parent
72c4404c6d
commit
a57f35fb51
@ -900,6 +900,7 @@ public class Compiler implements MessageConsumer {
|
||||
corePath,
|
||||
configPreferences.get("ldscript"),
|
||||
};
|
||||
commandString = compileFormat.format( Args );
|
||||
String[] commandArray = commandString.split(",");
|
||||
System.out.println("commandString: " + commandString);
|
||||
for (int ii = 0; ii < commandArray.length; ii++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user