XTRX: set block size back to 8k

pull/278/head
f4exb 2019-01-03 13:05:11 +01:00
rodzic cf4b90f3ae
commit 56102acc96
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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