mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
Fix typos in include files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user