Skip to content

Commit

Permalink
Comms: Finish LinkManager Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Sep 22, 2024
1 parent b1b1e01 commit c07238d
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 142 deletions.
4 changes: 2 additions & 2 deletions src/Comms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ qt_add_library(Comms STATIC
MAVLinkProtocol.h
TCPLink.cc
TCPLink.h
UdpIODevice.cc
UdpIODevice.h
UDPLink.cc
UDPLink.h
)
Expand Down Expand Up @@ -51,6 +49,8 @@ else()
QGCSerialPortInfo.h
SerialLink.cc
SerialLink.h
UdpIODevice.cc
UdpIODevice.h
)
target_link_libraries(Comms
PRIVATE
Expand Down
Loading

0 comments on commit c07238d

Please sign in to comment.