From 66beb247878fe03684ad119cb45578058ea7f89e Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 4 Jan 2025 14:34:17 +0100 Subject: [PATCH] fixup! pkg/nimble: Adjust to 1.8.0 This is now in https://github.com/apache/mynewt-nimble/pull/1956 --- pkg/nimble/contrib/nimble_riot.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkg/nimble/contrib/nimble_riot.c b/pkg/nimble/contrib/nimble_riot.c index 2924eef58bb4..3d7a457c9356 100644 --- a/pkg/nimble/contrib/nimble_riot.c +++ b/pkg/nimble/contrib/nimble_riot.c @@ -115,15 +115,6 @@ void nimble_riot_init(void) int res; (void)res; - /* This function is documented to need to be called exactly once, but not - * part of any headers; it seems that in mynewt it is brought up through - * code generated from yaml files. - * - * We do need to call this, otherwise we get panics quickly from - * `g_ble_ll_data.ll_evq` being uninitialized. */ - extern void ble_ll_init(void); - ble_ll_init(); - #if !IS_USED(MODULE_MYNEWT_CORE) && IS_ACTIVE(NIMBLE_CFG_CONTROLLER) /* in mynewt-nimble and uwb-core OS_CPUTIMER_TIMER_NUM == 5 is NRF_RTC0, for nimble this must be used for the BLE stack and must go through