projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix ring buffer example.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
AVR8
/
LEONARDO
/
Board.h
diff --git
a/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
b/LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
index
1aac79d
..
95ef437
100644
(file)
--- a/
LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
+++ b/
LUFA/Drivers/Board/AVR8/LEONARDO/Board.h
@@
-1,13
+1,13
@@
/*
LUFA Library
/*
LUFA Library
- Copyright (C) Dean Camera, 201
3
.
+ Copyright (C) Dean Camera, 201
4
.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 201
3
Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 201
4
Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
@@
-30,14
+30,14
@@
/** \file
* \brief Board specific information header for the Arduino Leonardo board.
/** \file
* \brief Board specific information header for the Arduino Leonardo board.
- * \copydetails Group_BoardInfo_LEON
D
ARDO
+ * \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
*
* \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_LEON
DARDO LEOND
ARDO
+ * \defgroup Group_BoardInfo_LEON
ARDO LEON
ARDO
* \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).
* \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_LEON
D
ARDO_H__
-#define __BOARD_LEON
D
ARDO_H__
+#ifndef __BOARD_LEONARDO_H__
+#define __BOARD_LEONARDO_H__
/* Includes: */
#include "../../../../Common/Common.h"
/* Includes: */
#include "../../../../Common/Common.h"
@@
-64,7
+64,7
@@
/* Public Interface - May be used in end-application: */
/* Macros: */
/* Public Interface - May be used in end-application: */
/* Macros: */
- /** Indicates the board has
a
hardware LEDs mounted. */
+ /** Indicates the board has hardware LEDs mounted. */
#define BOARD_HAS_LEDS
/* Disable C linkage for C++ Compilers: */
#define BOARD_HAS_LEDS
/* Disable C linkage for C++ Compilers: */