sjanc commented on code in PR #1956: URL: https://github.com/apache/mynewt-nimble/pull/1956#discussion_r1905024138
########## porting/nimble/src/nimble_port.c: ########## @@ -31,10 +31,12 @@ static struct ble_npl_eventq g_eventq_dflt; extern void os_msys_init(void); extern void os_mempool_module_init(void); +extern void ble_ll_init(void); void nimble_port_init(void) { + ble_ll_init(); Review Comment: I'd suggest to call it after os_msys_init() -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org