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 2019/04/22 13:50:51 UTC

[GitHub] [mynewt-core] benmccrea opened a new pull request #1777: Fix sensor usage of non-default event queue

benmccrea opened a new pull request #1777: Fix sensor usage of non-default event queue
URL: https://github.com/apache/mynewt-core/pull/1777
 
 
   1. Fixes two issues in sensor.c when an event queue other than the default queue is configured to be used:
    - Adds an `extern` needed to resolve the name of the outside queue.
    - Adds `&` to get the queue address without requiring the ampersand as part of the name in the syscfg value.  
   
   2.  The lps33hw and lps33thw now use whatever queue the sensor layer is configured to use. 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services