diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-08 19:29:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-08 19:29:26 +0000 |
commit | b7f9beefd82a41303f21ace7a4a64173336ed333 (patch) | |
tree | da69879cbc724b4241befdd6a0b74a2aef6a0e98 /LUFA/Drivers/Board/AVR8/LEONARDO/Board.h | |
parent | ebd059d0eb07055d3d949f53ba284e23eac23bc6 (diff) | |
download | lufa-b7f9beefd82a41303f21ace7a4a64173336ed333.tar.gz lufa-b7f9beefd82a41303f21ace7a4a64173336ed333.tar.bz2 lufa-b7f9beefd82a41303f21ace7a4a64173336ed333.zip |
Fix typos in the Arduino Leonardo board drivers.
Diffstat (limited to 'LUFA/Drivers/Board/AVR8/LEONARDO/Board.h')
-rw-r--r-- | LUFA/Drivers/Board/AVR8/LEONARDO/Board.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h b/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h index 1aac79dfc..4b443e85d 100644 --- a/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h +++ b/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h @@ -30,14 +30,14 @@ /** \file * \brief Board specific information header for the Arduino Leonardo board. - * \copydetails Group_BoardInfo_LEONDARDO + * \copydetails Group_BoardInfo_LEONARDO * * \note This file should not be included directly. It is automatically included as needed by the Board driver * dispatch header located in LUFA/Drivers/Board/Board.h. */ /** \ingroup Group_BoardInfo - * \defgroup Group_BoardInfo_LEONDARDO LEONDARDO + * \defgroup Group_BoardInfo_LEONARDO LEONARDO * \brief Board specific information header for the Arduino Leonardo board. * * Board specific information header for the Arduino Leonardo board (http://arduino.cc/en/Main/arduinoBoardLeonardo). @@ -45,8 +45,8 @@ * @{ */ -#ifndef __BOARD_LEONDARDO_H__ -#define __BOARD_LEONDARDO_H__ +#ifndef __BOARD_LEONARDO_H__ +#define __BOARD_LEONARDO_H__ /* Includes: */ #include "../../../../Common/Common.h" |