From b701048d275e0c92b6b8c67c6e4503cd5e373738 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 12 Apr 2020 10:23:36 +0200 Subject: [PATCH] XTRX: reduce block size to 4096 bytes --- devices/xtrx/devicextrx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/xtrx/devicextrx.h b/devices/xtrx/devicextrx.h index bbb8ee3c3..a2124991f 100644 --- a/devices/xtrx/devicextrx.h +++ b/devices/xtrx/devicextrx.h @@ -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