aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MassStorage
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-04-07 04:19:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-04-07 04:19:57 +0000
commitcb7884da506096352ad82a1317b998813b74f4f8 (patch)
tree0ae404bad74a807ee2d3122f0410f414f38c5df9 /Demos/Device/MassStorage
parent557a945ba1851bc8d1669bd034464047f50b6691 (diff)
downloadlufa-cb7884da506096352ad82a1317b998813b74f4f8.tar.gz
lufa-cb7884da506096352ad82a1317b998813b74f4f8.tar.bz2
lufa-cb7884da506096352ad82a1317b998813b74f4f8.zip
Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to outdated avr-libc versions.
Diffstat (limited to 'Demos/Device/MassStorage')
-rw-r--r--Demos/Device/MassStorage/MassStorage.c2
1 files changed, 1 insertions, 1 deletions
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)
{