andrzej-kaczmarek commented on a change in pull request #105: porting: Cleanup 
and fix NPL
URL: https://github.com/apache/mynewt-nimble/pull/105#discussion_r190067733
 
 

 ##########
 File path: porting/npl/freertos/include/nimble/nimble_npl_os.h
 ##########
 @@ -128,7 +122,7 @@ ble_npl_eventq_run(struct ble_npl_eventq *evq)
 {
     struct ble_npl_event *ev;
 
-    ev = ble_npl_eventq_get(evq);
+    ev = ble_npl_eventq_get_tmo(evq, BLE_NPL_TIME_FOREVER);
 
 Review comment:
   it builds because I removed `ble_npl_eventq_get` instead from this NPL :-)
   but mesh probably does not build on FreeRTOS since it uses 
`ble_npl_eventq_get`.
   will fix.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to