diff options
Diffstat (limited to 'src/OutputUHD.cpp')
-rw-r--r-- | src/OutputUHD.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OutputUHD.cpp b/src/OutputUHD.cpp index d26ce77..b4344f5 100644 --- a/src/OutputUHD.cpp +++ b/src/OutputUHD.cpp @@ -49,6 +49,9 @@ using namespace std; +// Maximum number of frames that can wait in uwd.frames +static const size_t FRAMES_MAX_SIZE = 2; + typedef std::complex<float> complexf; std::string stringtrim(const std::string &s) |