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
/
USBFOO
/
LEDS.h
diff --git
a/LUFA/Drivers/Board/USBFOO/LEDS.h
b/LUFA/Drivers/Board/USBFOO/LEDS.h
index
07346e4
..
d82b76a
100644
(file)
--- a/
LUFA/Drivers/Board/USBFOO/LEDS.h
+++ b/
LUFA/Drivers/Board/USBFOO/LEDS.h
@@
-30,8
+30,7
@@
/** \file
* \brief Board specific LED driver header for the Kernel Concepts USBFOO.
/** \file
* \brief Board specific LED driver header for the Kernel Concepts USBFOO.
- *
- * Board specific LED driver header for the Kernel Concepts USBFOO (http://shop.kernelconcepts.de/product_info.php?products_id=102).
+ * \copydetails Group_LEDs_USBFOO
*
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
*
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
@@
-39,12
+38,10
@@
/** \ingroup Group_LEDs
* \defgroup Group_LEDs_USBFOO USBFOO
/** \ingroup Group_LEDs
* \defgroup Group_LEDs_USBFOO USBFOO
+ * \brief Board specific LED driver header for the Kernel Concepts USBFOO.
*
* Board specific LED driver header for the Kernel Concepts USBFOO (http://shop.kernelconcepts.de/product_info.php?products_id=102).
*
*
* Board specific LED driver header for the Kernel Concepts USBFOO (http://shop.kernelconcepts.de/product_info.php?products_id=102).
*
- * \note This file should not be included directly. It is automatically included as needed by the LEDs driver
- * dispatch header located in LUFA/Drivers/Board/LEDs.h.
- *
* @{
*/
* @{
*/
@@
-52,8
+49,6
@@
#define __LEDS_USBFOO_H__
/* Includes: */
#define __LEDS_USBFOO_H__
/* Includes: */
- #include <avr/io.h>
-
#include "../../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */
#include "../../../Common/Common.h"
/* Enable C linkage for C++ Compilers: */