diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-18 07:42:19 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-18 07:42:19 +0000 |
commit | 6d9948679133bdd6e8747da044e1b26e69732a9a (patch) | |
tree | ff2df37bae14afca618d98feaf8b7982eebd435c /Projects | |
parent | 0934f5c185ec791ba3440a0868f81900d13f706a (diff) | |
download | lufa-6d9948679133bdd6e8747da044e1b26e69732a9a.tar.gz lufa-6d9948679133bdd6e8747da044e1b26e69732a9a.tar.bz2 lufa-6d9948679133bdd6e8747da044e1b26e69732a9a.zip |
Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient.
Fix up Programmers Notepad Project file to show new Projects directory layout. Remove now moved AVRISP project from the Projects directory makefile.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Projects/makefile b/Projects/makefile index 81bf714b2..3b6907ae6 100644 --- a/Projects/makefile +++ b/Projects/makefile @@ -14,9 +14,6 @@ # code. all: - make -C AVRISP clean - make -C AVRISP all - make -C Benito clean make -C Benito all @@ -27,7 +24,6 @@ all: make -C MissileLauncher all %: - make -C AVRISP $@ make -C Benito $@ make -C Magstripe $@ make -C MissileLauncher $@ |