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:
[email protected]


With regards,
Apache Git Services

Reply via email to