projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start update of documentation to support possible multiple architectures in the futur...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
Host.h
diff --git
a/LUFA/Drivers/USB/Core/Host.h
b/LUFA/Drivers/USB/Core/Host.h
index
8a6ac43
..
6a09b40
100644
(file)
--- a/
LUFA/Drivers/USB/Core/Host.h
+++ b/
LUFA/Drivers/USB/Core/Host.h
@@
-29,10
+29,8
@@
*/
\r
\r
/** \file
\r
*/
\r
\r
/** \file
\r
- * \brief USB host mode definitions.
\r
- *
\r
- * USB Host mode related macros and enums. This module contains macros and enums which are used when
\r
- * the USB controller is initialized in host mode.
\r
+ * \brief Common USB Host definitions for all architectures.
\r
+ * \copydetails Group_Host
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
* dispatch header located in LUFA/Drivers/USB/USB.h.
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the USB driver
\r
* dispatch header located in LUFA/Drivers/USB/USB.h.
\r
@@
-40,6
+38,7
@@
\r
/** \ingroup Group_USB
\r
* \defgroup Group_Host Host Management
\r
\r
/** \ingroup Group_USB
\r
* \defgroup Group_Host Host Management
\r
+ * \brief Common USB Host definitions for all architectures.
\r
*
\r
* USB Host mode related macros and enums. This module contains macros and enums which are used when
\r
* the USB controller is initialized in host mode.
\r
*
\r
* USB Host mode related macros and enums. This module contains macros and enums which are used when
\r
* the USB controller is initialized in host mode.
\r