Skip to content

Commit

Permalink
Merge pull request #14546 from rwalton-arm/dev/rwalton-arm/fix-connec…
Browse files Browse the repository at this point in the history
…tivity-driver

CMake: Fix mbed-802.15.4-rf driver
  • Loading branch information
0xc0170 committed Apr 15, 2021
2 parents b5652a4 + c7c2580 commit 076cf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectivity/drivers/802.15.4_RF/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ endif()

add_subdirectory(atmel-rf-driver)

target_link_libraries(mbed-802.15.4-rf
target_link_libraries(mbed-nanostack
INTERFACE
mbed-nanostack
mbed-802.15.4-rf
)

0 comments on commit 076cf35

Please sign in to comment.