mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/13119/head
parent
8b70dfe593
commit
7149877c5d
Loading…
Reference in New Issue