You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/05/22 19:31:26 UTC

[GitHub] rymanluk commented on a change in pull request #105: porting: Cleanup and fix NPL

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

 ##########
 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 probably does not build as ble_npl_eventq_get_tmo is removed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services