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 2019/04/15 10:18:15 UTC

[GitHub] [mynewt-core] kasjer commented on a change in pull request #1769: da1469x: Disable PD_COM when not used

kasjer commented on a change in pull request #1769: da1469x: Disable PD_COM when not used
URL: https://github.com/apache/mynewt-core/pull/1769#discussion_r275288903
 
 

 ##########
 File path: hw/mcu/dialog/da1469x/src/hal_gpio.c
 ##########
 @@ -74,6 +76,9 @@ static struct hal_gpio_irq hal_gpio_irqs[HAL_GPIO_MAX_IRQ];
 
 static uint32_t hal_gpio_latch_state[2];
 
+static uint8_t g_mcu_gpio_retained_num;
+static struct da1469x_retreg g_mcu_gpio_retained[ MYNEWT_VAL(MCU_GPIO_RETAINABLE_NUM) ];
 
 Review comment:
   Unusual spaces inside []

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