From 5c46bfe2ab738ac4f90eaf944535141236e2d3ed Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Wed, 6 May 2020 02:05:25 -0400 Subject: [PATCH] Update usb.h --- source/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/usb.h b/source/usb.h index 58ea375..e0c8364 100644 --- a/source/usb.h +++ b/source/usb.h @@ -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.