Corrected type in documentation

This commit is contained in:
Angel Cascarino
2021-12-20 17:11:50 +00:00
parent e71ffdba00
commit 244a7718a1

View File

@@ -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 );