1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

XTRX: set block size back to 8k

This commit is contained in:
f4exb 2019-01-03 13:05:11 +01:00
parent cf4b90f3ae
commit 56102acc96

View File

@ -35,7 +35,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<<14);
static const unsigned int blockSize = (1<<13);
private:
struct xtrx_dev *m_dev; //!< device handle