1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Fix typos in include files

This commit is contained in:
Daniele Forsi
2024-07-10 22:37:52 +02:00
parent 04ee258010
commit e56908b0c6
64 changed files with 82 additions and 82 deletions
@@ -53,7 +53,7 @@ private:
bool m_running;
DevicePlutoSDRBox *m_plutoBox;
int16_t *m_buf; //!< holds I+Q values of each sample from devce
int16_t *m_buf; //!< holds I+Q values of each sample from device
int16_t *m_bufConv; //!< holds I+Q values of each sample converted to host format via iio_channel_convert
uint32_t m_blockSizeSamples; //!< buffer sizes in number of (I,Q) samples
SampleVector m_convertBuffer; //!< vector of (I,Q) samples used for decimation and scaling conversion