aboutsummaryrefslogtreecommitdiffstats
path: root/src/Utils.cpp
diff options
context:
space:
mode:
authorF5OEO <evaristec@gmail.com>2018-12-10 19:51:44 +0000
committerF5OEO <evaristec@gmail.com>2018-12-10 19:51:44 +0000
commite904cf0165ee80989c6d86572684997109d21fa8 (patch)
tree78922727ea1f296f4e516a684545308f3866acc2 /src/Utils.cpp
parent352ee913f5cefc47d5cd1cf73b5b6a70b5369bef (diff)
downloaddabmod-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.cpp3
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