You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/12/17 15:57:53 UTC

[mynewt-nimble] 09/09: nimble/ll: Add missing APIs to native PHY

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit cfaa87053211f7353dcb7f0825289eb33c1d0adc
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Fri Dec 13 16:46:00 2019 +0100

    nimble/ll: Add missing APIs to native PHY
---
 nimble/drivers/native/src/ble_phy.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/nimble/drivers/native/src/ble_phy.c b/nimble/drivers/native/src/ble_phy.c
index 80edd80..f9ab0fc 100644
--- a/nimble/drivers/native/src/ble_phy.c
+++ b/nimble/drivers/native/src/ble_phy.c
@@ -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)
+{
+}