X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/b9b03aadb219d06fbad9d110e508db93e45461af..5ca1d7bf8f1aa774c076b614fa692c2026d7e854:/Demos/Device/LowLevel/USBtoSerial/Descriptors.h diff --git a/Demos/Device/LowLevel/USBtoSerial/Descriptors.h b/Demos/Device/LowLevel/USBtoSerial/Descriptors.h index 41b44300a..bf9e7df1d 100644 --- a/Demos/Device/LowLevel/USBtoSerial/Descriptors.h +++ b/Demos/Device/LowLevel/USBtoSerial/Descriptors.h @@ -47,7 +47,7 @@ * a single typedef struct. A macro is used instead so that functional descriptors can be created * easily by specifying the size of the payload. This allows sizeof() to work correctly. * - * \param DataSize Size in bytes of the CDC functional descriptor's data payload + * \param[in] DataSize Size in bytes of the CDC functional descriptor's data payload */ #define CDC_FUNCTIONAL_DESCRIPTOR(DataSize) \ struct \