aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/HID')
-rw-r--r--Bootloaders/HID/BootloaderHID.h2
-rw-r--r--Bootloaders/HID/asf.xml6
2 files changed, 2 insertions, 6 deletions
diff --git a/Bootloaders/HID/BootloaderHID.h b/Bootloaders/HID/BootloaderHID.h
index e63b19d94..1394b8222 100644
--- a/Bootloaders/HID/BootloaderHID.h
+++ b/Bootloaders/HID/BootloaderHID.h
@@ -50,7 +50,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/HID/asf.xml b/Bootloaders/HID/asf.xml
index 0b5a96fc0..5a86e7003 100644
--- a/Bootloaders/HID/asf.xml
+++ b/Bootloaders/HID/asf.xml
@@ -86,7 +86,7 @@
<module type="application" id="lufa.bootloaders.hid" caption="HID Bootloader">
<info type="description" value="summary">
- HID Class Bootloader.
+ HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host.
</info>
<device-support-alias value="lufa_avr8"/>
@@ -98,10 +98,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="BootloaderHID.c"/>
<build type="header-file" value="BootloaderHID.h"/>