From b823639c5faf51342387adf86fecbba6ed831124 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 16 Jan 2019 19:24:44 +0100 Subject: [PATCH] nimble/ll: Remove leftover ble_phy_rssi_get declaration --- nimble/controller/include/controller/ble_phy.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/nimble/controller/include/controller/ble_phy.h b/nimble/controller/include/controller/ble_phy.h index 62ee2e132..4710dd7a1 100644 --- a/nimble/controller/include/controller/ble_phy.h +++ b/nimble/controller/include/controller/ble_phy.h @@ -118,9 +118,6 @@ int ble_phy_rx(void); /* Copies the received PHY buffer into the allocated pdu */ void ble_phy_rxpdu_copy(uint8_t *dptr, struct os_mbuf *rxpdu); -/* Get an RSSI reading */ -int ble_phy_rssi_get(void); - /* Set the transmit power */ int ble_phy_txpwr_set(int dbm);