diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-18 22:45:47 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-18 22:45:47 +0200 |
commit | 3a06ef99e66ea621b866159e385125b88c52d96d (patch) | |
tree | 84967e6f98ae41978b05fe7140efb0517840ab9e /Demos/Device/ClassDriver/VirtualSerial | |
parent | 7af4d949e2bc691297e6b4a3b437819896070557 (diff) | |
download | lufa-3a06ef99e66ea621b866159e385125b88c52d96d.tar.gz lufa-3a06ef99e66ea621b866159e385125b88c52d96d.tar.bz2 lufa-3a06ef99e66ea621b866159e385125b88c52d96d.zip |
Fix broken RNDIS device demos when NO_ETHERNET_DECODE was not defined.
Diffstat (limited to 'Demos/Device/ClassDriver/VirtualSerial')
-rw-r--r-- | Demos/Device/ClassDriver/VirtualSerial/asf.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/VirtualSerial/asf.xml b/Demos/Device/ClassDriver/VirtualSerial/asf.xml index 310321e69..c71946806 100644 --- a/Demos/Device/ClassDriver/VirtualSerial/asf.xml +++ b/Demos/Device/ClassDriver/VirtualSerial/asf.xml @@ -44,7 +44,6 @@ <require idref="lufa.drivers.usb"/>
<require idref="lufa.drivers.board"/>
<require idref="lufa.drivers.board.leds"/>
- <require idref="lufa.drivers.board.buttons"/>
<require idref="lufa.drivers.board.joystick"/>
</module>
</asf>
|