mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
rename hex -> output
using generic term 'output', because for samx32, output is .bin format and not .hex Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
This commit is contained in:
@ -405,7 +405,7 @@ public class Compiler implements MessageConsumer {
|
||||
|
||||
// 6. build the .hex file
|
||||
progressListener.progress(80);
|
||||
runRecipe("recipe.objcopy.hex.pattern");
|
||||
runRecipe("recipe.objcopy.output.pattern");
|
||||
|
||||
progressListener.progress(90);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user