X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/3cbdcd36868693cfc1863231a1ec64507ce3d29f..f1076ac4d6e56bff7fb6d2126746af1108211370:/Demos/Device/LowLevel/GenericHID/GenericHID.c diff --git a/Demos/Device/LowLevel/GenericHID/GenericHID.c b/Demos/Device/LowLevel/GenericHID/GenericHID.c index 40de8b94a..f46749472 100644 --- a/Demos/Device/LowLevel/GenericHID/GenericHID.c +++ b/Demos/Device/LowLevel/GenericHID/GenericHID.c @@ -170,7 +170,7 @@ void EVENT_USB_UnhandledControlPacket(void) /** Function to process the lest received report from the host. * - * \param DataArray Pointer to a buffer where the last report data is stored + * \param[in] DataArray Pointer to a buffer where the last report data is stored */ void ProcessGenericHIDReport(uint8_t* DataArray) { @@ -186,7 +186,7 @@ void ProcessGenericHIDReport(uint8_t* DataArray) /** Function to create the next report to send back to the host at the next reporting interval. * - * \param DataArray Pointer to a buffer where the next report data should be stored + * \param[out] DataArray Pointer to a buffer where the next report data should be stored */ void CreateGenericHIDReport(uint8_t* DataArray) {