mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-23 02:36:41 +00:00
Update usb.h
This commit is contained in:
parent
bd6f67d57a
commit
5c46bfe2ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#define USB_TRANSFER_BUFFER_SIZE 0x800000
|
#define USB_TRANSFER_BUFFER_SIZE 0x800000
|
||||||
|
|
||||||
/// Initializes the USB interface, input and output endpoints and allocates a 0x1000-byte aligned transfer buffer.
|
/// Initializes the USB interface, input and output endpoints and allocates a USB_TRANSFER_BUFFER_SIZE sized, 0x1000 page aligned transfer buffer.
|
||||||
bool usbInitialize(void);
|
bool usbInitialize(void);
|
||||||
|
|
||||||
/// Closes the USB interface, input and output endpoints and frees the transfer buffer.
|
/// Closes the USB interface, input and output endpoints and frees the transfer buffer.
|
||||||
|
|
Loading…
Reference in a new issue