We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bdc58 commit 3cbe45eCopy full SHA for 3cbe45e
cores/arduino/USB/samd21_host.c
@@ -298,7 +298,7 @@ uhd_vbus_state_t UHD_GetVBUSState(void)
298
* \retval 0 success.
299
* \retval 1 error.
300
*/
301
-uint32_t UHD_Pipe0_Alloc(uint32_t /* ul_add */, uint32_t ul_ep_size)
+uint32_t UHD_Pipe0_Alloc(uint32_t ul_add , uint32_t ul_ep_size)
302
{
303
if( USB->HOST.STATUS.reg & USB_HOST_STATUS_SPEED(1) )
304
ul_ep_size = USB_PCKSIZE_SIZE_8_BYTES; // Low Speed
0 commit comments