BlueNRG_LP SDK rf_driver_hal_power_manager.c: Is this a bug or can somebody explain it to me?
#if defined(CONFIG_DEVICE_BLUENRG_LP) || defined(CONFIG_DEVICE_BLUENRG_LPS) /* Enable Power Save In the MR_BLE if the radio peripheral is disabled */ if (!LL_APB2_IsEnabledClock(LL_APB2_PERIPH_MRBLE)) { LL_APB2_EnableClock(LL_APB2_PERIPH_MRBL...