diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 19:57:23 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 19:57:23 +1000 |
commit | 7dc746c2c1c1cde95465c9a644ca9c15e74f6704 (patch) | |
tree | 9c78dcc081f15aedb114339e7b1abc1f14b0c02b /LUFA/DoxygenPages | |
parent | b62c68810da93b0e34e6ae115321465c5829f39d (diff) | |
download | lufa-7dc746c2c1c1cde95465c9a644ca9c15e74f6704.tar.gz lufa-7dc746c2c1c1cde95465c9a644ca9c15e74f6704.tar.bz2 lufa-7dc746c2c1c1cde95465c9a644ca9c15e74f6704.zip |
Minor documentation improvements.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/KnownIssues.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 8995f0ddb..5c928269b 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -39,7 +39,7 @@ * - No known issues. * - Atmel Studio Integration * - Not all devices are listed in the "Supported Parts" screen when selecting a device. To select an alternative device, change the "Show Device" drop-down to "All Parts". - * - When switching boards after changing the device selection, a second conflicting \cB OARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition. + * - When switching boards after changing the device selection, a second conflicting \c BOARD symbol definition can be created that prevents successful compilation. To fix, open the project properties window (<i>Project->Project {name} Properties...</i> menu item), click the "Toolchain" tab, click "Symbols" under the "AVR/GNU C Compiler" section and remove the incorrect definition. * * \section Sec_KnownIssues140302 Version 140302 * - AVR8 Architecture |