mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 05:24:18 -04:00
LimeSDR: use constant instead of define for buffer size
This commit is contained in:
@@ -62,6 +62,8 @@ public:
|
||||
/** Set clock source and external clock frequency if required */
|
||||
static bool setClockSource(lms_device_t *device, bool extClock, uint32_t extClockFrequency);
|
||||
|
||||
static const unsigned int blockSize = (1<<15);
|
||||
|
||||
private:
|
||||
static bool findSerial(const char *lmsInfoStr, std::string& serial);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user