Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
This commit is contained in:
parent
557a945ba1
commit
cb7884da50
8 changed files with 36 additions and 10 deletions
|
@ -386,7 +386,7 @@ STREAM_CALLBACK(AbortOnMassStoreReset)
|
|||
/** ISR for the general Pipe/Endpoint interrupt vector. This ISR fires when a control request has been issued to the control endpoint,
|
||||
* so that the request can be processed. As several elements of the Mass Storage implementation require asynchronous control requests
|
||||
* (such as endpoint stall clearing and Mass Storage Reset requests during data transfers) this is done via interrupts rather than
|
||||
* polling.
|
||||
* polling so that they can be processed regardless of the rest of the application's state.
|
||||
*/
|
||||
ISR(ENDPOINT_PIPE_vect, ISR_BLOCK)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue