summaryrefslogtreecommitdiff
path: root/include/user/usbd.h
diff options
context:
space:
mode:
authordevnoname1202017-10-08 00:41:57 +0200
committerdevnoname1202017-10-08 00:41:57 +0200
commit9d372a97f27f4f1b3aed0ba1430d48cc5cdc483b (patch)
treefda17b093d7aa62677e996a072d968049bde7da0 /include/user/usbd.h
parentUsing upper case chars. (diff)
downloadvds-libraries-9d372a97f27f4f1b3aed0ba1430d48cc5cdc483b.tar.gz
Hexa -> uppercase
Diffstat (limited to 'include/user/usbd.h')
-rw-r--r--include/user/usbd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/user/usbd.h b/include/user/usbd.h
index bc3e746..f30dad4 100644
--- a/include/user/usbd.h
+++ b/include/user/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 SceUsbdDeviceInfo {