1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-03-06 15:28:47 -05:00

XTRX: reduce block size to 4096 bytes

This commit is contained in:
f4exb 2020-04-12 10:23:36 +02:00
parent 8f15074ef5
commit c43314f7cc

View File

@ -44,7 +44,7 @@ public:
static void getAutoGains(uint32_t autoGain, uint32_t& lnaGain, uint32_t& tiaGain, uint32_t& pgaGain);
static const uint32_t m_nbGains = 74;
static const unsigned int blockSize = (1<<13);
static const unsigned int blockSize = (1<<12);
private:
struct xtrx_dev *m_dev; //!< device handle