apc067 commented on code in PR #3339:
URL: https://github.com/apache/mynewt-core/pull/3339#discussion_r1835120568


##########
hw/mcu/dialog/da1469x/src/hal_gpio.c:
##########
@@ -491,6 +491,24 @@ mcu_gpio_set_pin_function(int pin, int mode, mcu_gpio_func 
func)
     __HAL_ENABLE_INTERRUPTS(primask);
 }
 
+void
+mcu_gpio_set_pin_function_raw(int pin, uint32_t raw_mode)

Review Comment:
   Good insight; thanks! Done.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to