aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-19 23:17:25 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-19 23:17:25 +0200
commite51c0c84d61b8f35a5a93610e9dafc9b67aced1c (patch)
treede8a45e2189abf738197a397d2b87896a1de1494 /Demos
parent151a1c5888f8806d7e2aaf6f29cfb6deae8321ae (diff)
downloadlufa-e51c0c84d61b8f35a5a93610e9dafc9b67aced1c.tar.gz
lufa-e51c0c84d61b8f35a5a93610e9dafc9b67aced1c.tar.bz2
lufa-e51c0c84d61b8f35a5a93610e9dafc9b67aced1c.zip
Add missing project dependencies.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/ClassDriver/AudioOutput/asf.xml1
-rw-r--r--Demos/Device/ClassDriver/Joystick/asf.xml1
-rw-r--r--Demos/Device/LowLevel/Joystick/asf.xml1
3 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/AudioOutput/asf.xml b/Demos/Device/ClassDriver/AudioOutput/asf.xml
index 5d0081b83..c7b0768ed 100644
--- a/Demos/Device/ClassDriver/AudioOutput/asf.xml
+++ b/Demos/Device/ClassDriver/AudioOutput/asf.xml
@@ -45,6 +45,5 @@
<require idref="lufa.drivers.usb"/>
<require idref="lufa.drivers.board"/>
<require idref="lufa.drivers.board.leds"/>
- <require idref="lufa.drivers.board.buttons"/>
</module>
</asf>
diff --git a/Demos/Device/ClassDriver/Joystick/asf.xml b/Demos/Device/ClassDriver/Joystick/asf.xml
index 8810726b8..e43b1c607 100644
--- a/Demos/Device/ClassDriver/Joystick/asf.xml
+++ b/Demos/Device/ClassDriver/Joystick/asf.xml
@@ -55,6 +55,7 @@
<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>
diff --git a/Demos/Device/LowLevel/Joystick/asf.xml b/Demos/Device/LowLevel/Joystick/asf.xml
index 378093004..e7df49927 100644
--- a/Demos/Device/LowLevel/Joystick/asf.xml
+++ b/Demos/Device/LowLevel/Joystick/asf.xml
@@ -55,6 +55,7 @@
<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>