diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-19 23:17:25 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-19 23:17:25 +0200 |
commit | e51c0c84d61b8f35a5a93610e9dafc9b67aced1c (patch) | |
tree | de8a45e2189abf738197a397d2b87896a1de1494 /Demos/Device/ClassDriver | |
parent | 151a1c5888f8806d7e2aaf6f29cfb6deae8321ae (diff) | |
download | lufa-e51c0c84d61b8f35a5a93610e9dafc9b67aced1c.tar.gz lufa-e51c0c84d61b8f35a5a93610e9dafc9b67aced1c.tar.bz2 lufa-e51c0c84d61b8f35a5a93610e9dafc9b67aced1c.zip |
Add missing project dependencies.
Diffstat (limited to 'Demos/Device/ClassDriver')
-rw-r--r-- | Demos/Device/ClassDriver/AudioOutput/asf.xml | 1 | ||||
-rw-r--r-- | Demos/Device/ClassDriver/Joystick/asf.xml | 1 |
2 files changed, 1 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>
|