Merge branch 'new-extension' of https://github.com/arduino/ARM into new-extension

This commit is contained in:
Thibaut VIARD 2011-10-14 10:31:27 +02:00
commit c49da8c1f5
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ public class BossaCUploader extends Uploader {
+ port);
commandDownloader.add("-e");
commandDownloader.add("-w");
commandDownloader.add("-v");
commandDownloader.add("-b");
commandDownloader.add("-s");
commandDownloader.add("-l");
commandDownloader.add(buildPath + File.separator + className + ".bin");
return bossac(commandDownloader);