diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 22:23:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 22:23:58 +0000 |
commit | f2c241548010df18dcacf18979d80f40b31cd864 (patch) | |
tree | ca8e3197c7fd92e6903b2a41e4672fa0cf2cf861 /Demos/Device/LowLevel/VirtualSerial | |
parent | 184efdaba6748cca403a3d40ec7cebf3b731e284 (diff) | |
download | lufa-f2c241548010df18dcacf18979d80f40b31cd864.tar.gz lufa-f2c241548010df18dcacf18979d80f40b31cd864.tar.bz2 lufa-f2c241548010df18dcacf18979d80f40b31cd864.zip |
Move out dummy board module and add strong-references to it in each project, so that the correct project caption is generated inside Atmel Studio.
Diffstat (limited to 'Demos/Device/LowLevel/VirtualSerial')
-rw-r--r-- | Demos/Device/LowLevel/VirtualSerial/asf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/VirtualSerial/asf.xml b/Demos/Device/LowLevel/VirtualSerial/asf.xml index ead998ad9..dff598dd4 100644 --- a/Demos/Device/LowLevel/VirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/VirtualSerial/asf.xml @@ -1,6 +1,7 @@ <asf xmlversion="1.0">
<project caption="Virtual Serial CDC Device Demo (Low Level APIs)" id="lufa.demos.device.lowlevel.cdc.example">
<require idref="lufa.demos.device.lowlevel.cdc"/>
+ <require idref="lufa.boards.dummy"/>
<generator value="as5_8"/>
<device-support value="at90usb1287"/>
|