Skip to content

Commit 6c866ad

Browse files
author
jantje
committed
#585 fix typo
1 parent b37883d commit 6c866ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.core/src/io/sloeber/core/toolchain/ArduinoGnuMakefileGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,12 +1187,12 @@ private StringBuffer addTargets(List<String> outputVarsAdditionsList, boolean re
11871187
+ "\t${tools.${bootloader.tool}.erase.pattern}\n" + "\t${tools.${bootloader.tool}.bootloader.pattern}\n"
11881188
+ "\n" + "uploadWithBuild: all\n"
11891189
+ "\t@echo trying to build and upload with upload tool ${upload.tool}\n"
1190-
+ "\t${tools.${upload.tool}.upload.pattern}\n" + "\n" + "uploadWithHoutBuild: \n"
1190+
+ "\t${tools.${upload.tool}.upload.pattern}\n" + "\n" + "uploadWithoutBuild: \n"
11911191
+ "\t@echo trying to upload without build with upload tool ${upload.tool}\n"
11921192
+ "\t${tools.${upload.tool}.upload.pattern}\n" + " \n" + "uploadWithProgrammerWithBuild: all\n"
11931193
+ "\t@echo trying to build and upload with programmer ${program.tool}\n"
11941194
+ "\t${tools.${program.tool}.program.pattern}\n" + "\n"
1195-
+ "uploadWithProgrammerWithHoutBuild: \n"
1195+
+ "uploadWithProgrammerWithoutBuild: \n"
11961196
+ "\t@echo trying to upload with programmer ${program.tool} without build\n"
11971197
+ "\t${tools.${program.tool}.program.pattern}\n\n");
11981198
String defaultTarget = "all:";

0 commit comments

Comments
 (0)