From 3099c4f2deea9daaca51520bba2037aea289127d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 9 Sep 2005 23:51:14 +0000 Subject: [PATCH] Removed wiringlite from the prog.hex path for the downloader. --- app/Downloader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Downloader.java b/app/Downloader.java index e992933a1..fde75924f 100755 --- a/app/Downloader.java +++ b/app/Downloader.java @@ -259,7 +259,7 @@ public class Downloader implements MessageConsumer { commandLine += " -dprog=stk500 -dspeed=9600 "; commandLine += " -dserial=" + serial_port; commandLine += " -dpart=ATmega8"; - commandLine += " if=" +userdir + "lib/wiringlite/tmp/prog.hex --upload"; + commandLine += " if=" +userdir + "lib/tmp/prog.hex --upload"; } else { commandLine = userdir + "tools\\gnumake.exe" + " SERIAL=" + serial_port + verbose + " -C " + userdir + ". program"; }