mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-17 14:09:56 +00:00
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:
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 $@
|
||||
|
||||
Reference in New Issue
Block a user