mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-03 16:29:19 +02:00
cmsisDAP: v1: uses INFO_ID_MAX_PKT_SZ to fix xfer length
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ class CmsisDAP: public JtagInterface {
|
||||
unsigned char *_ll_buffer; /**< message buffer */
|
||||
unsigned char *_buffer; /**< subset of _ll_buffer */
|
||||
#ifdef ENABLE_CMSISDAP_V2
|
||||
int _packet_size; /**< USB bulk packet size */
|
||||
int _pkt_sz; /**< USB bulk packet size */
|
||||
int _ep_in; /**< USB bulk in endpoint */
|
||||
int _ep_out; /**< USB bulk out endpoint */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user