You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/02 15:53:57 UTC

[GitHub] [incubator-nuttx] hartmannathan opened a new pull request #2460: arch/stm32: Fix a wrong bitfield definition

hartmannathan opened a new pull request #2460:
URL: https://github.com/apache/incubator-nuttx/pull/2460


   ## Summary
   
   In arch/arm/src/stm32/hardware/stm32_adc_v2.h, fix a wrong definition:
   
   - ADC_CFGR1_JAWD1EN: Change from (1 << 22) to (1 << 24) and update comment.
   
   ## Impact
   
   None, currently, as this definition is not utilized in the ADC driver code.
   
   ## Testing
   
   nxstyle


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2460: arch/stm32: Fix a wrong bitfield definition

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2460:
URL: https://github.com/apache/incubator-nuttx/pull/2460


   


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