diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2016-02-07 14:52:50 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2016-02-07 14:52:50 +1100 |
commit | 6b0c46af6e4e67285fada7a3212197e92a33eb26 (patch) | |
tree | dbf3a459a5ac9ddc0069c5092f7fd713ca259c57 /Demos/Device/LowLevel | |
parent | 1e05d46b663ded57a06f4d8773f40aea908f8622 (diff) | |
download | lufa-6b0c46af6e4e67285fada7a3212197e92a33eb26.tar.gz lufa-6b0c46af6e4e67285fada7a3212197e92a33eb26.tar.bz2 lufa-6b0c46af6e4e67285fada7a3212197e92a33eb26.zip |
Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone.
Diffstat (limited to 'Demos/Device/LowLevel')
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/asf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 2cba10c9e..5bdbf635f 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -42,6 +42,7 @@ <build type="distribute" subtype="user-file" value="doxyfile"/>
<build type="distribute" subtype="user-file" value="RNDISEthernet.txt"/>
+ <build type="distribute" subtype="user-file" value="LUFA RNDIS.inf"/>
<build type="c-source" value="RNDISEthernet.c"/>
<build type="c-source" value="Descriptors.c"/>
|