aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/BootloaderHID.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-06 19:42:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-06 19:42:46 +0000
commitdd08100a7dc173f38cb9ee4ec48341b52ff5f386 (patch)
tree40ebc3c246da8f105fd99c8e2e37725fdc757b18 /Bootloaders/HID/BootloaderHID.h
parent9aabce09f10431ab76bb8833c0d1effdb224d63f (diff)
downloadlufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.tar.gz
lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.tar.bz2
lufa-dd08100a7dc173f38cb9ee4ec48341b52ff5f386.zip
Clean up bootloader project ASF integration code.
Diffstat (limited to 'Bootloaders/HID/BootloaderHID.h')
-rw-r--r--Bootloaders/HID/BootloaderHID.h2
1 files changed, 1 insertions, 1 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: */