fix usbDsGetState comment for doxygen

This commit is contained in:
Michael Scire 2020-12-04 08:34:08 -08:00
parent 71d1392806
commit ed1bfd056f

View File

@ -80,7 +80,7 @@ Result usbDsParseReportData(UsbDsReportData *reportdata, u32 urbId, u32 *request
Event* usbDsGetStateChangeEvent(void);
// Gets the device state. See \ref UsbState.
/// Gets the device state. See \ref UsbState.
Result usbDsGetState(UsbState* out);
/// Removed in [5.0.0+].