Skip to content

Commit 076cf35

Browse files
authored
Merge pull request #14546 from rwalton-arm/dev/rwalton-arm/fix-connectivity-driver
CMake: Fix mbed-802.15.4-rf driver
2 parents b5652a4 + c7c2580 commit 076cf35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectivity/drivers/802.15.4_RF/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
add_subdirectory(atmel-rf-driver)
1414

15-
target_link_libraries(mbed-802.15.4-rf
15+
target_link_libraries(mbed-nanostack
1616
INTERFACE
17-
mbed-nanostack
17+
mbed-802.15.4-rf
1818
)

0 commit comments

Comments
 (0)