Clean up bootloader project ASF integration code.

This commit is contained in:
Dean Camera
2013-04-06 19:42:46 +00:00
parent 9aabce09f1
commit dd08100a7d
10 changed files with 10 additions and 30 deletions
+1 -5
View File
@@ -117,7 +117,7 @@
<module type="application" id="lufa.bootloaders.dfu" caption="DFU Bootloader">
<info type="description" value="summary">
DFU Class Bootloader.
DFU Class Bootloader, capable of reprogramming a device using the Atmel FLIP or other AVR DFU programming software when plugged into a host.
</info>
<device-support-alias value="lufa_avr8"/>
@@ -129,10 +129,6 @@
<keyword value="USB Device"/>
</info>
<device-support-alias value="lufa_avr8"/>
<device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
<build type="include-path" value="."/>
<build type="c-source" value="BootloaderDFU.c"/>
<build type="header-file" value="BootloaderDFU.h"/>