Merge pull request #14546 from rwalton-arm/dev/rwalton-arm/fix-connectivity-driver

CMake: Fix mbed-802.15.4-rf driver
pull/14553/head
Martin Kojtal 2021-04-15 11:43:30 +02:00 committed by GitHub
commit 076cf3557a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
)