X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e6881fd166586793a5a90effeefe4188092f383b..23f3c3deee8bd153d59f2ac4e659c71ee75915f7:/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) {