summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-06-29 20:26:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-06-29 20:26:36 +0200
commitedbc34d6de32164bccd3f586a34c3ca16267b0d4 (patch)
tree317cfe0d032ee96411a6fea01805e8bbedad6ca2 /contrib
parentimproved handling for stdio port (diff)
started porting to newer lufa version
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index f091ab4..c0ad248 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -21,13 +21,12 @@
## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
##
-LUFA_VERSION := 120219
+LUFA_VERSION := 140928
all: download-lufa
download-lufa: LUFA-${LUFA_VERSION}.zip
LUFA-${LUFA_VERSION}.zip:
- wget "http://lufa-lib.googlecode.com/files/$@" -O "$@"
+ wget "http://www.github.com/abcminiuser/lufa/archive/$@" -O "$@"
unzip $@
-