mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Fixed the missing line for messageformat args.
This commit is contained in:
@ -900,6 +900,7 @@ public class Compiler implements MessageConsumer {
|
|||||||
corePath,
|
corePath,
|
||||||
configPreferences.get("ldscript"),
|
configPreferences.get("ldscript"),
|
||||||
};
|
};
|
||||||
|
commandString = compileFormat.format( Args );
|
||||||
String[] commandArray = commandString.split(",");
|
String[] commandArray = commandString.split(",");
|
||||||
System.out.println("commandString: " + commandString);
|
System.out.println("commandString: " + commandString);
|
||||||
for (int ii = 0; ii < commandArray.length; ii++)
|
for (int ii = 0; ii < commandArray.length; ii++)
|
||||||
|
Reference in New Issue
Block a user