projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
ADAFRUITU4
/
LEDs.h
diff --git
a/LUFA/Drivers/Board/ADAFRUITU4/LEDs.h
b/LUFA/Drivers/Board/ADAFRUITU4/LEDs.h
index
3f6a6cc
..
9f5097f
100644
(file)
--- a/
LUFA/Drivers/Board/ADAFRUITU4/LEDs.h
+++ b/
LUFA/Drivers/Board/ADAFRUITU4/LEDs.h
@@
-30,8
+30,7
@@
\r
/** \file
\r
* \brief Board specific LED driver header for the Adafruit U4 Breakout board.
\r
\r
/** \file
\r
* \brief Board specific LED driver header for the Adafruit U4 Breakout board.
\r
- *
\r
- * Board specific LED driver header for the Adafruit U4 Breakout board (http://ladyada.net/products/atmega32u4breakout).
\r
+ * \copydetails Group_LEDs_ADAFRUITU4
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
\r
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
\r
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
\r
@@
-39,12
+38,10
@@
\r
/** \ingroup Group_LEDs
\r
* \defgroup Group_LEDs_ADAFRUITU4 ADAFRUITU4
\r
\r
/** \ingroup Group_LEDs
\r
* \defgroup Group_LEDs_ADAFRUITU4 ADAFRUITU4
\r
+ * \brief Board specific LED driver header for the Adafruit U4 Breakout board.
\r
*
\r
* Board specific LED driver header for the Adafruit U4 Breakout board (http://ladyada.net/products/atmega32u4breakout).
\r
*
\r
*
\r
* Board specific LED driver header for the Adafruit U4 Breakout board (http://ladyada.net/products/atmega32u4breakout).
\r
*
\r
- * \note This file should not be included directly. It is automatically included as needed by the LEDs driver
\r
- * dispatch header located in LUFA/Drivers/Board/LEDs.h.
\r
- *
\r
* @{
\r
*/
\r
\r
* @{
\r
*/
\r
\r
@@
-52,8
+49,6
@@
#define __LEDS_ADAFRUITU4_H__
\r
\r
/* Includes: */
\r
#define __LEDS_ADAFRUITU4_H__
\r
\r
/* Includes: */
\r
- #include <avr/io.h>
\r
-
\r
#include "../../../Common/Common.h"
\r
\r
/* Enable C linkage for C++ Compilers: */
\r
#include "../../../Common/Common.h"
\r
\r
/* Enable C linkage for C++ Compilers: */
\r