1
0
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:
f4exb
2020-04-09 06:45:12 +02:00
parent 73af940e89
commit b7fc2f255c
5 changed files with 14 additions and 14 deletions
+2
View File
@@ -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);
};