Skip to content

Commit

Permalink
fixup! pkg/nimble: Adjust to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jan 4, 2025
1 parent c96f3b7 commit 66beb24
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/nimble/contrib/nimble_riot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66beb24

Please sign in to comment.