summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRinnegatamante2017-10-06 12:31:48 +0200
committerRinnegatamante2017-10-06 12:31:48 +0200
commitfdbc721c622942f0a39a42f0799611dd8e72836c (patch)
tree397bc63b88609994da675f5ff29f963e3de4c291 /include
parentFix identation. (diff)
downloadvds-libraries-fdbc721c622942f0a39a42f0799611dd8e72836c.tar.gz
Using upper case chars.
Diffstat (limited to 'include')
-rw-r--r--include/kernel/usbd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel/usbd.h b/include/kernel/usbd.h
index facaea0..21f5bdc 100644
--- a/include/kernel/usbd.h
+++ b/include/kernel/usbd.h
@@ -17,10 +17,10 @@ typedef enum SceUsbdErrorCode {
SCE_USBD_ERROR_TIMEOUT = 0x80240007
SCE_USBD_ERROR_OVERFLOW = 0x80240008
SCE_USBD_ERROR_PIPE = 0x80240009
- SCE_USBD_ERROR_INTERRUPTED = 0x8024000a
- SCE_USBD_ERROR_NO_MEM = 0x8024000b
- SCE_USBD_ERROR_NOT_SUPPORTED = 0x8024000c
- SCE_USBD_ERROR_FATAL = 0x802400ff
+ SCE_USBD_ERROR_INTERRUPTED = 0x8024000A
+ SCE_USBD_ERROR_NO_MEM = 0x8024000B
+ SCE_USBD_ERROR_NOT_SUPPORTED = 0x8024000C
+ SCE_USBD_ERROR_FATAL = 0x802400FF
} SceUsbdErrorCode;
typedef struct SceUsbdDeviceDescriptor {