1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00

Update usb.h

This commit is contained in:
Pablo Curiel 2020-05-06 02:05:25 -04:00
parent bd6f67d57a
commit 5c46bfe2ab

View file

@ -23,7 +23,7 @@
#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);
/// Closes the USB interface, input and output endpoints and frees the transfer buffer.