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.
This commit is contained in:
Dean Camera 2009-08-18 07:42:19 +00:00
parent 0934f5c185
commit 6d99486791
3 changed files with 3 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -332,6 +332,8 @@ static void USB_Device_GetStatus(void)
break;
#endif
default:
return;
}
Endpoint_ClearSETUP();

View File

@ -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 $@