mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
XTRX: set block size back to 8k
This commit is contained in:
parent
cf4b90f3ae
commit
56102acc96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user