mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
XTRX: reduce block size to 4096 bytes
This commit is contained in:
parent
be7ec93654
commit
b701048d27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user