projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
Board
/
LEDs.h
diff --git
a/LUFA/Drivers/Board/LEDs.h
b/LUFA/Drivers/Board/LEDs.h
index
03e0db5
..
c40042d
100644
(file)
--- a/
LUFA/Drivers/Board/LEDs.h
+++ b/
LUFA/Drivers/Board/LEDs.h
@@
-39,7
+39,15
@@
* If the BOARD value is set to BOARD_USER, this will include the /Board/LEDs.h file in the user project
\r
* directory.
\r
*/
\r
* If the BOARD value is set to BOARD_USER, this will include the /Board/LEDs.h file in the user project
\r
* directory.
\r
*/
\r
-
\r
+
\r
+/** \ingroup Group_BoardDrivers
\r
+ * @defgroup Group_LEDs LEDs Driver - LUFA/Drivers/Board/LEDs.h
\r
+ *
\r
+ * Functions, macros, variables, enums and types related to the control of board LEDs.
\r
+ *
\r
+ * @{
\r
+ */
\r
+
\r
#ifndef __LEDS_H__
\r
#define __LEDS_H__
\r
\r
#ifndef __LEDS_H__
\r
#define __LEDS_H__
\r
\r
@@
-111,3
+119,5
@@
#endif
\r
\r
#endif
\r
#endif
\r
\r
#endif
\r
+
\r
+/** @} */
\r