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 2020/01/28 10:41:16 UTC

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2170: Updates for DA1469x power domains control

apache-mynewt-bot commented on issue #2170: Updates for DA1469x power domains control
URL: https://github.com/apache/mynewt-core/pull/2170#issuecomment-579184449
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### hw/mcu/dialog/da14699/src/da1469x_pd.c
   <details>
   
   ```diff
   @@ -44,7 +44,8 @@
        *reg = (*reg & (~mask)) | (val & mask);
    }
    
   -void da1469x_pd_apply_preferred(uint8_t pd)
   +void
   +da1469x_pd_apply_preferred(uint8_t pd)
    {
        switch (pd) {
        case MCU_PD_DOMAIN_AON:
   ```
   
   </details>

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