diff --git a/nx/include/switch/services/usb.h b/nx/include/switch/services/usb.h index 9482e73a..1b57e452 100644 --- a/nx/include/switch/services/usb.h +++ b/nx/include/switch/services/usb.h @@ -121,9 +121,9 @@ typedef enum { } UsbComplexId; typedef enum { - UsbDeviceSpeed_Full = 0x2, // USB 1.1 Full Speed - UsbDeviceSpeed_High = 0x3, // USB 2.0 High Speed - UsbDeviceSpeed_Super = 0x4, // USB 3.0 Super Speed + UsbDeviceSpeed_Full = 0x2, ///< USB 1.1 Full Speed + UsbDeviceSpeed_High = 0x3, ///< USB 2.0 High Speed + UsbDeviceSpeed_Super = 0x4, ///< USB 3.0 Super Speed } UsbDeviceSpeed; /// Imported from libusb, with changed names.