From 244a7718a1715ff404cc8147c97051e7fee1fea1 Mon Sep 17 00:00:00 2001 From: Angel Cascarino Date: Mon, 20 Dec 2021 17:11:50 +0000 Subject: [PATCH] Corrected type in documentation --- lib_xua/src/hid/xua_hid_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/hid/xua_hid_report.h b/lib_xua/src/hid/xua_hid_report.h index 1b2cb4e9..5bc2cda9 100644 --- a/lib_xua/src/hid/xua_hid_report.h +++ b/lib_xua/src/hid/xua_hid_report.h @@ -147,7 +147,7 @@ void hidClearChangePending( const unsigned id ); * * \returns A Boolean indicating whether the HID Report descriptor has been prepared. * \retval True The HID Report descriptor has been prepared. - * \retval False The HID Report has not been prepared. + * \retval False The HID Report descriptor has not been prepared. */ unsigned hidIsReportDescriptorPrepared( void );