Skip to content

Commit

Permalink
Merge pull request #22 from EttusResearch/dbaros/multifunction_tx
Browse files Browse the repository at this point in the history
Dbaros/multifunction tx add dynamic TX example.
  • Loading branch information
michaelld authored Jan 31, 2022
2 parents a6e35c1 + 624b7d3 commit 97f63f9
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ add_executable(Arch_txrx_fullduplex examples/Arch_txrx_fullduplex.cpp)
message(STATUS "Linking Arch_txrx_fullduplex.")
target_link_libraries(Arch_txrx_fullduplex PRIVATE UHD_BOOST Arch_lib)

add_executable(Arch_dynamic_tx examples/Arch_dynamic_tx.cpp)
message(STATUS "Linking Arch_dynamic_tx.")
target_link_libraries(Arch_dynamic_tx PRIVATE UHD_BOOST Arch_lib)

########################################################################
# Post Build Include Configuration files
########################################################################
Expand Down
Loading

0 comments on commit 97f63f9

Please sign in to comment.