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/06/19 09:46:52 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #1886: sensors/bmp280: Fix bit filed access

kasjer opened a new pull request #1886: sensors/bmp280: Fix bit filed access
URL: https://github.com/apache/mynewt-core/pull/1886
 
 
   All writes to bit fields in config and ctrl_meas registers
   did not set bit correctly.
   Bits were only added and never cleared that could lead
   to unpredictable results.
   
   Filter bit field was incorrectly shifted for read and write.

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