Fix a bug in the Still Image Host Class driver where the returned block status code was being truncated.
Add programming support to the AVRISP project's PDI programming mode; paged memory writes are not currently functional.
This commit is contained in:
parent
8ea051de63
commit
79efd8c79e
6 changed files with 134 additions and 32 deletions
|
@ -233,8 +233,6 @@ static uint8_t SImage_Host_ReceiveBlockHeader(USB_ClassInfo_SI_Host_t* const SII
|
|||
Pipe_Read_Stream_LE(&PIMAHeader->Params, ParamBytes, NO_STREAM_CALLBACK);
|
||||
|
||||
Pipe_ClearIN();
|
||||
|
||||
PIMAHeader->Code &= 0x0000000F;
|
||||
}
|
||||
|
||||
Pipe_Freeze();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue