From dd08100a7dc173f38cb9ee4ec48341b52ff5f386 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 6 Apr 2013 19:42:46 +0000 Subject: Clean up bootloader project ASF integration code. --- Bootloaders/HID/BootloaderHID.h | 2 +- Bootloaders/HID/asf.xml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'Bootloaders/HID') 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 @@ - HID Class Bootloader. + HID Class Bootloader, capable of reprogramming a device via a custom cross-platform command line utility when plugged into a host. @@ -98,10 +98,6 @@ - - - - -- cgit v1.2.3