diff options
Diffstat (limited to 'include/user/usbserial.h')
-rw-r--r-- | include/user/usbserial.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/user/usbserial.h b/include/user/usbserial.h index 00c9ba6..e510a63 100644 --- a/include/user/usbserial.h +++ b/include/user/usbserial.h @@ -12,7 +12,7 @@ extern "C" { * * @return 0 on success, < 0 on error * - * @note The user is responsible for making sure no other UDC driver is active. This activates UDC as a "PS Vita" Type D device. + * @note The user is responsible for making sure no other UDC driver is active. This activates UDC as a "PS Vita" Type D device. * * @note Wrapper for kernel function sceUsbSerialStart() */ @@ -23,11 +23,11 @@ int sceUsbSerialStart(void); * * @return 0 on success, < 0 on error * - * @param unk Unknown + * @param unk Unknown * * @note Wrapper for kernel function sceUsbSerialSetup() */ -int sceUsbSerialSetup(int unk); +int sceUsbSerialSetup(int unk); /** * Close USB serial device @@ -57,7 +57,7 @@ unsigned int sceUsbSerialGetRecvBufferSize(void); /** * Send data * @param[in] *buffer data to send over usb - * @param len int len of serial buffer data + * @param len int len of serial buffer data * @param unk1 Unknown * @param unk2 Unknown * @note max send length is 0x10000 |