Skip to content
Snippets Groups Projects
Commit 6d49c000 authored by cnlohr's avatar cnlohr
Browse files

Working device.

parent aeef7b7b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ USBDEBUG0+= 100;
// USBFS_Endp_Busy[i] = 1;
char pbuf[16] = { 0 };
uint8_t r = USBFS_Endp_DataUp( i, pbuf, 8, DEF_UEP_CPY_LOAD);
uint8_t r = USBFS_Endp_DataUp( i, pbuf, (i==1)?8:4, DEF_UEP_CPY_LOAD);
//USBDEBUG1+=r;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment