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/10/08 09:53:09 UTC

[GitHub] kasjer opened a new pull request #1445: adxl345 accelerometer fixes

kasjer opened a new pull request #1445: adxl345 accelerometer fixes
URL: https://github.com/apache/mynewt-core/pull/1445
 
 
   couple of issues were detected when accelerometer was added to project
   
   - compile error in adxl345.c (due to log_register call that should be removed)
   - compile error in sensor creator due to missing function end
   
   - alternative address can be selected for accelerometer in syscfg
   
   - shell dump command had some mismatched prints
   - shell dump command was reading registers in assert call that could be compiled out and prints would display garbage
   

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