apache-mynewt-bot removed a comment on pull request #839:
URL: https://github.com/apache/mynewt-nimble/pull/839#issuecomment-655805971


   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/drivers/nrf52/src/ble_phy.c
   <details>
   
   ```diff
   @@ -826,8 +824,8 @@
        /* determine the polarity of the pa pin, and set to inactive */
        if (MYNEWT_VAL(BLE_PHY_PALNA_PA_ENABLE_PIN_ACTIVE_LOW)) {
            initial_val = NRF_GPIOTE_INITIAL_VALUE_HIGH;
   -    }          
   -    
   +    }
   +
        nrf_gpiote_task_configure(
                NRF_GPIOTE,
                PALNA_GPIOTE_CHANNEL,
   @@ -837,7 +835,7 @@
    
        /* enable task, PPI channels */
        nrf_gpiote_task_enable(NRF_GPIOTE, PALNA_GPIOTE_CHANNEL);
   -    NRF_PPI->CHENSET = PALNA_PPI_CHANNEL_MASK;                      
   +    NRF_PPI->CHENSET = PALNA_PPI_CHANNEL_MASK;
    }
    #endif
    
   @@ -853,9 +851,9 @@
    
        /* determine the polarity of the lna pin, and set to inactive */
        if (MYNEWT_VAL(BLE_PHY_PALNA_LNA_ENABLE_PIN_ACTIVE_LOW)) {
   -        initial_val = NRF_GPIOTE_INITIAL_VALUE_HIGH;        
   -    }
   -    
   +        initial_val = NRF_GPIOTE_INITIAL_VALUE_HIGH;
   +    }
   +
        nrf_gpiote_task_configure(
            NRF_GPIOTE,
            PALNA_GPIOTE_CHANNEL,
   @@ -865,7 +863,7 @@
    
        /* enable task, PPI channels */
        nrf_gpiote_task_enable(NRF_GPIOTE, PALNA_GPIOTE_CHANNEL);
   -    NRF_PPI->CHENSET = PALNA_PPI_CHANNEL_MASK;                      
   +    NRF_PPI->CHENSET = PALNA_PPI_CHANNEL_MASK;
    }
    #endif
    
   ```
   
   </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]


Reply via email to