apache-mynewt-bot commented on issue #2237: Adding bsp and mcu packages for 
dialog_da14695-dk-usb
URL: https://github.com/apache/mynewt-core/pull/2237#issuecomment-614314320
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### hw/mcu/dialog/da14695/include/mcu/mcu.h
   <details>
   
   ```diff
   @@ -116,7 +116,7 @@
    
    #define MCU_GPIO_PORT0_PIN_COUNT            32
    #define MCU_GPIO_PORT0(pin)    ((0 * 32) + (pin))
   -#define MCU_GPIO_PORT1(pin)          ((1 * 32) + (pin))
   +#define MCU_GPIO_PORT1(pin)      ((1 * 32) + (pin))
    #define MCU_DMA_CHAN_MAX                    8
    
    #define MCU_PIN_GPADC_SEL0               MCU_GPIO_PORT1(9)
   ```
   
   </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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to