modules: hal_nordic: remove weak nrf_802154_clock_hfclk_ready
The __WEAK-tagged function `nrf_802154_clock_hfclk_ready` is removed. The implementation is provided by the nRF 802.15.4 Radio Driver. Existence of __WEAK-tagged version causes incorrect behavior when Link Time Optimization is used. Signed-off-by: Andrzej Kuroś <andrzej.kuros@nordicsemi.no>
This commit is contained in:
parent
d835772f38
commit
0703a3532d
|
@ -109,11 +109,6 @@ bool nrf_802154_clock_lfclk_is_running(void)
|
|||
return lfclk_is_running;
|
||||
}
|
||||
|
||||
__WEAK void nrf_802154_clock_hfclk_ready(void)
|
||||
{
|
||||
/* Intentionally empty. */
|
||||
}
|
||||
|
||||
__WEAK void nrf_802154_clock_lfclk_ready(void)
|
||||
{
|
||||
/* Intentionally empty. */
|
||||
|
|
Loading…
Reference in a new issue