diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 14:54:37 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-08-18 14:54:37 +0000 |
commit | 1cb60c1214c82ac117a7ede9e29351e902ee7c35 (patch) | |
tree | df4d07eaaa9fb6eeff71e62039d1ac78e41ffff8 /LUFA/Drivers/Board | |
parent | 8d8e5c06b9c6c7410ec6a08c530dfaf6e4bf213f (diff) | |
download | lufa-1cb60c1214c82ac117a7ede9e29351e902ee7c35.tar.gz lufa-1cb60c1214c82ac117a7ede9e29351e902ee7c35.tar.bz2 lufa-1cb60c1214c82ac117a7ede9e29351e902ee7c35.zip |
Spell-check latest trunk source code.
Diffstat (limited to 'LUFA/Drivers/Board')
-rw-r--r-- | LUFA/Drivers/Board/AVR8/LEONARDO/LEDs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Drivers/Board/AVR8/LEONARDO/LEDs.h b/LUFA/Drivers/Board/AVR8/LEONARDO/LEDs.h index e3083aa50..f56c01b34 100644 --- a/LUFA/Drivers/Board/AVR8/LEONARDO/LEDs.h +++ b/LUFA/Drivers/Board/AVR8/LEONARDO/LEDs.h @@ -29,7 +29,7 @@ */ /** \file - * \brief Board specific LED driver header for the Arduino Leondardo board. + * \brief Board specific LED driver header for the Arduino Leonardo board. * \copydetails Group_LEDs_LEONDARDO * * \note This file should not be included directly. It is automatically included as needed by the LEDs driver @@ -38,9 +38,9 @@ /** \ingroup Group_LEDs * \defgroup Group_LEDs_LEONDARDO LEONDARDO - * \brief Board specific LED driver header for the Arduino Leondardo board. + * \brief Board specific LED driver header for the Arduino Leonardo board. * - * Board specific LED driver header for the Arduino Leondardo board (http://arduino.cc/en/Main/arduinoBoardLeonardo). + * Board specific LED driver header for the Arduino Leonardo board (http://arduino.cc/en/Main/arduinoBoardLeonardo). * * <table> * <tr><th>Name</th><th>Color</th><th>Info</th><th>Active Level</th><th>Port Pin</th></tr> |