aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/StdRequestType.h
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-09-10 23:49:24 +1000
committerGitHub <noreply@github.com>2019-09-10 23:49:24 +1000
commit4f66a7a3258bae4d2a859529a719bb5142506346 (patch)
treea26927541c77349244d2bc043f7795eb41f2e068 /LUFA/Drivers/USB/Core/StdRequestType.h
parentce10f7642b0459e409839b23cc91498945119b4d (diff)
parent0dfd13588686bb5e3da0eab99b2426261c3b4d14 (diff)
downloadlufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.gz
lufa-4f66a7a3258bae4d2a859529a719bb5142506346.tar.bz2
lufa-4f66a7a3258bae4d2a859529a719bb5142506346.zip
Merge pull request #4 from drashna/update_master
Update master
Diffstat (limited to 'LUFA/Drivers/USB/Core/StdRequestType.h')
-rw-r--r--LUFA/Drivers/USB/Core/StdRequestType.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/LUFA/Drivers/USB/Core/StdRequestType.h b/LUFA/Drivers/USB/Core/StdRequestType.h
index ead56f5b6..ce7f84f22 100644
--- a/LUFA/Drivers/USB/Core/StdRequestType.h
+++ b/LUFA/Drivers/USB/Core/StdRequestType.h
@@ -88,7 +88,7 @@
#define CONTROL_REQTYPE_RECIPIENT 0x1F
/** \name Control Request Data Direction Masks */
- //@{
+ /**@{*/
/** Request data direction mask, indicating that the request data will flow from host to device.
*
* \see \ref CONTROL_REQTYPE_DIRECTION macro.
@@ -100,10 +100,10 @@
* \see \ref CONTROL_REQTYPE_DIRECTION macro.
*/
#define REQDIR_DEVICETOHOST (1 << 7)
- //@}
+ /**@}*/
/** \name Control Request Type Masks */
- //@{
+ /**@{*/
/** Request type mask, indicating that the request is a standard request.
*
* \see \ref CONTROL_REQTYPE_TYPE macro.
@@ -121,10 +121,10 @@
* \see \ref CONTROL_REQTYPE_TYPE macro.
*/
#define REQTYPE_VENDOR (2 << 5)
- //@}
+ /**@}*/
/** \name Control Request Recipient Masks */
- //@{
+ /**@{*/
/** Request recipient mask, indicating that the request is to be issued to the device as a whole.
*
* \see \ref CONTROL_REQTYPE_RECIPIENT macro.
@@ -151,7 +151,7 @@
* \see \ref CONTROL_REQTYPE_RECIPIENT macro.
*/
#define REQREC_OTHER (3 << 0)
- //@}
+ /**@}*/
/* Type Defines: */
/** \brief Standard USB Control Request