1
0
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:
Arnav Gupta
2015-02-10 04:31:51 +05:30
parent fc825537fd
commit 79a74aa667
3 changed files with 3 additions and 3 deletions

View File

@ -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;