diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-23 16:58:31 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-23 16:58:31 +0200 |
commit | 902d3d9bff2cb6db448d5747a7277edc9e3d963c (patch) | |
tree | e64f011bb8187d7b252ddfdb2d55985b49643464 /Demos/Device/LowLevel/RNDISEthernet/asf.xml | |
parent | b5285c14113b0339a164c936a45054613ddae328 (diff) | |
download | lufa-902d3d9bff2cb6db448d5747a7277edc9e3d963c.tar.gz lufa-902d3d9bff2cb6db448d5747a7277edc9e3d963c.tar.bz2 lufa-902d3d9bff2cb6db448d5747a7277edc9e3d963c.zip |
Update Atmel Studio project captions.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/asf.xml')
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/asf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 12fc761f8..3acd848de 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -25,7 +25,7 @@ <module type="application" id="lufa.demos.device.lowlevel.rndis" caption="RNDIS Ethernet Device Demo (Low Level APIs)">
<info type="description" value="summary">
- Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver.
+ Microsoft RNDIS Ethernet networking device demo, implementing a basic HTTP webserver. 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"/>
|