diff options
Diffstat (limited to 'Demos/Host/LowLevel/MassStorageHost/asf.xml')
-rw-r--r-- | Demos/Host/LowLevel/MassStorageHost/asf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MassStorageHost/asf.xml b/Demos/Host/LowLevel/MassStorageHost/asf.xml index 1ee5870ba..420b15bf6 100644 --- a/Demos/Host/LowLevel/MassStorageHost/asf.xml +++ b/Demos/Host/LowLevel/MassStorageHost/asf.xml @@ -13,7 +13,7 @@ <module type="application" id="lufa.demos.host.lowlevel.ms" caption="Mass Storage Host Demo (Low Level APIs)">
<info type="description" value="summary">
- Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port.
+ Mass Storage Host demo, capable of reading and writing raw 512 byte segments to the device's serial port. This demo uses the Low Level LUFA APIs to manually implement a USB Class for demonstration purposes without using the simpler in-built LUFA Class Driver APIs.
</info>
<info type="gui-flag" value="move-to-root"/>
|