diff options
Diffstat (limited to 'Bootloaders/DFU')
-rw-r--r-- | Bootloaders/DFU/BootloaderDFU.h | 2 | ||||
-rw-r--r-- | Bootloaders/DFU/asf.xml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index 537902393..1ace570fe 100644 --- a/Bootloaders/DFU/BootloaderDFU.h +++ b/Bootloaders/DFU/BootloaderDFU.h @@ -56,7 +56,7 @@ /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) - #error This bootloader requires that it be compiled for size, not speed for it to fit into the target device. + #error This bootloader requires that it be compiled for size, not speed, to fit into the target device. #endif /* Macros: */ diff --git a/Bootloaders/DFU/asf.xml b/Bootloaders/DFU/asf.xml index b83496807..4f3c71e74 100644 --- a/Bootloaders/DFU/asf.xml +++ b/Bootloaders/DFU/asf.xml @@ -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"/>
|