kopia lustrzana https://github.com/skuep/AIOC
Increased buffer size once more to make programming radios more stable
rodzic
781e34bf7a
commit
caf340b013
|
@ -101,8 +101,8 @@
|
|||
#define CFG_TUD_DFU_RUNTIME 1
|
||||
|
||||
// CDC FIFO size of TX and RX
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 256
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 256
|
||||
#define CFG_TUD_CDC_RX_BUFSIZE 512
|
||||
#define CFG_TUD_CDC_TX_BUFSIZE 512
|
||||
|
||||
// CDC Endpoint transfer buffer size, more is faster
|
||||
#define CFG_TUD_CDC_EP_BUFSIZE 64
|
||||
|
|
Ładowanie…
Reference in New Issue