From cb7884da506096352ad82a1317b998813b74f4f8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 7 Apr 2009 04:19:57 +0000 Subject: Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions. --- Demos/Device/MassStorage/MassStorage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/MassStorage') diff --git a/Demos/Device/MassStorage/MassStorage.c b/Demos/Device/MassStorage/MassStorage.c index 403264835..56bc19a94 100644 --- a/Demos/Device/MassStorage/MassStorage.c +++ b/Demos/Device/MassStorage/MassStorage.c @@ -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) { -- cgit v1.2.3