Minor documentation improvements.
This commit is contained in:
parent
16e8fe9878
commit
1949b98e6c
6 changed files with 7 additions and 5 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue