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/07/04 18:51:51 UTC

[GitHub] [mynewt-core] gonccalo opened a new pull request #1907: Changing the device closed by battery_adc_close

gonccalo opened a new pull request #1907: Changing the device closed by battery_adc_close
URL: https://github.com/apache/mynewt-core/pull/1907
 
 
   This function tries to close `bat_adc->dev` when it should be closing `bat_adc->adc_dev` that corresponds to the underlying ADC device.
   In my case calling this function caused a recursion loop and crashed mynewt.

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