aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.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/UC3/EndpointStream_UC3.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/UC3/EndpointStream_UC3.h')
-rw-r--r--LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h b/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
index bb8fc2b8c..5d021b7b1 100644
--- a/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
+++ b/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
@@ -67,7 +67,7 @@
/* Public Interface - May be used in end-application: */
/* Function Prototypes: */
/** \name Stream functions for null data */
- //@{
+ /**@{*/
/** Reads and discards the given number of bytes from the currently selected endpoint's bank,
* discarding fully read packets from the host as needed. The last packet is not automatically
@@ -175,10 +175,10 @@
uint8_t Endpoint_Null_Stream(uint16_t Length,
uint16_t* const BytesProcessed);
- //@}
+ /**@}*/
/** \name Stream functions for RAM source/destination data */
- //@{
+ /**@{*/
/** Writes the given number of bytes to the endpoint from the given buffer in little endian,
* sending full packets to the host as needed. The last packet filled is not automatically sent;
@@ -425,7 +425,7 @@
*/
uint8_t Endpoint_Read_Control_Stream_BE(void* const Buffer,
uint16_t Length) ATTR_NON_NULL_PTR_ARG(1);
- //@}
+ /**@}*/
/* Disable C linkage for C++ Compilers: */
#if defined(__cplusplus)