diff --git a/nx/include/switch/services/usbds.h b/nx/include/switch/services/usbds.h index 7613f53e..1e70c6fe 100644 --- a/nx/include/switch/services/usbds.h +++ b/nx/include/switch/services/usbds.h @@ -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+].