forked from mfulz_github/qmk_firmware
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:
parent
0934f5c185
commit
6d99486791
File diff suppressed because one or more lines are too long
|
@ -332,6 +332,8 @@ static void USB_Device_GetStatus(void)
|
|||
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
Endpoint_ClearSETUP();
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue