Javinator9889 commented on code in PR #19520:
URL: https://github.com/apache/nuttx/pull/19520#discussion_r3645204398
##########
arch/arm/src/common/stm32/stm32_exti_gpio_m0_v1.c:
##########
@@ -274,6 +275,16 @@ int stm32_gpiosetevent(uint32_t pinset, bool risingedge,
bool fallingedge,
if (i == nshared)
{
+ /* remove any leftover callback */
Review Comment:
Sure thing, let me populate the change to those files as well :)
I just populated it on the STM32G0 because it's the one I have to test. I
guess others will work just fine as the change is self contained
--
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]