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/15 12:14:05 UTC

[GitHub] michal-narajowski commented on a change in pull request #98: Update Mesh to use NPL

michal-narajowski commented on a change in pull request #98: Update Mesh to use NPL
URL: https://github.com/apache/mynewt-nimble/pull/98#discussion_r188263170
 
 

 ##########
 File path: porting/npl/freertos/include/nimble/nimble_npl_os.h
 ##########
 @@ -99,12 +99,24 @@ ble_npl_eventq_init(struct ble_npl_eventq *evq)
     evq->q = xQueueCreate(32, sizeof(struct ble_npl_eventq *));
 }
 
+static inline struct ble_npl_event *
+ble_npl_eventq_get_tmo(struct ble_npl_eventq *evq, ble_npl_time_t tmo)
+{
+    return npl_freertos_eventq_get_tmo(evq, tmo);
 
 Review comment:
   We decided to not change this now and fix all calls later.

----------------------------------------------------------------
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