diff options
| author | Sergi Granell | 2017-04-10 18:50:48 +0200 |
|---|---|---|
| committer | Sergi Granell | 2017-04-10 18:50:48 +0200 |
| commit | cc75a028afd9e1fc340940b170f5b05bbbd281f7 (patch) | |
| tree | 3b9da9dcaf14b70c575025ad7b8fd3f7b5404561 | |
| parent | Add GPIO header and more NIDs (#158) (diff) | |
| download | vds-libraries-cc75a028afd9e1fc340940b170f5b05bbbd281f7.tar.gz | |
Fix UDCD error code
| -rw-r--r-- | include/kernel/udcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h index 3b0e359..610e5ea 100644 --- a/include/kernel/udcd.h +++ b/include/kernel/udcd.h @@ -183,7 +183,7 @@ extern "C" { #define SCE_UDCD_ERROR_INVALID_FLAG 0x80000105 #define SCE_UDCD_ERROR_INVALID_VALUE 0x800001FE #define SCE_UDCD_ERROR_ILLEGAL_CONTEXT 0x80000030 -#define SCE_UDCD_ERROR_INVALID_ARGUMENT 0x80243200 +#define SCE_UDCD_ERROR_USBDRIVER_INVALID_DRIVER 0x80243200 #define SCE_UDCD_ERROR_USBDRIVER_INVALID_NAME 0x80243201 #define SCE_UDCD_ERROR_USBDRIVER_INVALID_FUNCS 0x80243202 |
