diff options
author | F5OEO <evaristec@gmail.com> | 2018-12-10 19:51:44 +0000 |
---|---|---|
committer | F5OEO <evaristec@gmail.com> | 2018-12-10 19:51:44 +0000 |
commit | e904cf0165ee80989c6d86572684997109d21fa8 (patch) | |
tree | 78922727ea1f296f4e516a684545308f3866acc2 /src/Utils.cpp | |
parent | 352ee913f5cefc47d5cd1cf73b5b6a70b5369bef (diff) | |
download | dabmod-e904cf0165ee80989c6d86572684997109d21fa8.tar.gz dabmod-e904cf0165ee80989c6d86572684997109d21fa8.tar.bz2 dabmod-e904cf0165ee80989c6d86572684997109d21fa8.zip |
First working minimal live version
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r-- | src/Utils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp index 50af4fb..fd4f659 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -55,6 +55,9 @@ static void printHeader() #if defined(HAVE_SOAPYSDR) "output_soapysdr " << #endif +#if defined(HAVE_LIMESDR) + "output_limesdr " << +#endif #if defined(__FAST_MATH__) "fast-math " << #endif |