diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-01 11:36:55 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-01 11:36:55 +0000 |
commit | 1949b98e6c586f2dc8b914b5a1b3bf38ec3fd183 (patch) | |
tree | b633066d51e6338716562850d7984bdaf070076a /Bootloaders | |
parent | 16e8fe9878944f7bcd69cb6e6636ba8b9c574ab9 (diff) | |
download | lufa-1949b98e6c586f2dc8b914b5a1b3bf38ec3fd183.tar.gz lufa-1949b98e6c586f2dc8b914b5a1b3bf38ec3fd183.tar.bz2 lufa-1949b98e6c586f2dc8b914b5a1b3bf38ec3fd183.zip |
Minor documentation improvements.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.h | 2 | ||||
-rw-r--r-- | Bootloaders/DFU/BootloaderDFU.h | 2 | ||||
-rw-r--r-- | Bootloaders/HID/BootloaderHID.h | 2 | ||||
-rw-r--r-- | Bootloaders/MassStorage/BootloaderMassStorage.h | 2 | ||||
-rw-r--r-- | Bootloaders/Printer/BootloaderPrinter.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.h b/Bootloaders/CDC/BootloaderCDC.h index 49fc6743d..b0d08d880 100644 --- a/Bootloaders/CDC/BootloaderCDC.h +++ b/Bootloaders/CDC/BootloaderCDC.h @@ -54,7 +54,7 @@ /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) - #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again. + #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */ diff --git a/Bootloaders/DFU/BootloaderDFU.h b/Bootloaders/DFU/BootloaderDFU.h index f712c8f2a..72bb691d4 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 optimize for size, not speed, to fit into the target device. Change optimization settings and try again. + #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */ diff --git a/Bootloaders/HID/BootloaderHID.h b/Bootloaders/HID/BootloaderHID.h index ff3115762..df9e39e37 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 optimize for size, not speed, to fit into the target device. Change optimization settings and try again. + #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */ diff --git a/Bootloaders/MassStorage/BootloaderMassStorage.h b/Bootloaders/MassStorage/BootloaderMassStorage.h index 34297d4a5..ec66d940e 100644 --- a/Bootloaders/MassStorage/BootloaderMassStorage.h +++ b/Bootloaders/MassStorage/BootloaderMassStorage.h @@ -52,7 +52,7 @@ /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) - #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again. + #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */ diff --git a/Bootloaders/Printer/BootloaderPrinter.h b/Bootloaders/Printer/BootloaderPrinter.h index acd6001ff..67789de0c 100644 --- a/Bootloaders/Printer/BootloaderPrinter.h +++ b/Bootloaders/Printer/BootloaderPrinter.h @@ -49,7 +49,7 @@ /* Preprocessor Checks: */ #if !defined(__OPTIMIZE_SIZE__) - #error This bootloader requires that it be optimize for size, not speed, to fit into the target device. Change optimization settings and try again. + #error This bootloader requires that it be optimized for size, not speed, to fit into the target device. Change optimization settings and try again. #endif /* Macros: */ |