aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2019-10-15 09:53:01 -0700
committerMartin Braun <martin.braun@ettus.com>2019-11-26 12:21:32 -0800
commitdc698b990d368dfb8641b68dbe32a90079b7bd90 (patch)
tree5e6556da824805791a10f5f5dca96064b499e9f2 /host/examples/CMakeLists.txt
parent2da99fad97a7123cb08b429e93a557327582ade9 (diff)
downloaduhd-dc698b990d368dfb8641b68dbe32a90079b7bd90.tar.gz
uhd-dc698b990d368dfb8641b68dbe32a90079b7bd90.tar.bz2
uhd-dc698b990d368dfb8641b68dbe32a90079b7bd90.zip
examples: updating radio loopback
Modified to run with the new RFNoC API.
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r--host/examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt
index 8578e2035..a001c81f3 100644
--- a/host/examples/CMakeLists.txt
+++ b/host/examples/CMakeLists.txt
@@ -30,7 +30,7 @@ set(example_sources
sync_to_gps.cpp
rfnoc_nullsource_ce_rx.cpp
rfnoc_rx_to_file.cpp
- #rfnoc_radio_loopback.cpp
+ rfnoc_radio_loopback.cpp
#benchmark_streamer.cpp
#replay_samples_from_file.cpp
)