Reduce buffer size to max allowed for USB.

cert
Rob Riggs 2018-10-28 21:02:14 -05:00
rodzic b19e1a5a5d
commit 51d6b93415
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@
namespace mobilinkd { namespace tnc {
const uint32_t TX_BUFFER_SIZE = 512;
const uint32_t TX_BUFFER_SIZE = 64; // Cannot be larger that USB_FS_MAX_PACKET_SIZE.
extern uint8_t TxBuffer[TX_BUFFER_SIZE];
/**