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
3 changed files with 3 additions and 5 deletions
|
@ -332,6 +332,8 @@ static void USB_Device_GetStatus(void)
|
|||
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
Endpoint_ClearSETUP();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue