nimble/ll: Add missing APIs to native PHY

This commit is contained in:
Andrzej Kaczmarek
2019-12-17 16:57:37 +01:00
parent 35efdba185
commit cfaa870532
+10
View File
@@ -640,3 +640,13 @@ void
ble_phy_wfr_enable(int txrx, uint8_t tx_phy_mode, uint32_t wfr_usecs)
{
}
void
ble_phy_rfclk_enable(void)
{
}
void
ble_phy_rfclk_disable(void)
{
}