Skip to content

Commit 7149877

Browse files
committed
Move target implementations of NanostackRfPhy into the nanostack-interface library
Fixes: #13109 Prior to this commit, target implementations of NanostackRfPhy are not guarded by any mbed_lib.json - they are always visible to the build even if the interface itself is not enabled (e.g. when using the "requires" attribute of mbed_app.json). It causes build errors. To resolve this, this commit move target code into nanostack-interface, similar to what we do with BLE targets.
1 parent 8b70dfe commit 7149877