vrmay23 commented on code in PR #18300:
URL: https://github.com/apache/nuttx/pull/18300#discussion_r2756070265


##########
arch/arm/src/stm32h7/stm32_fdcan_sock.c:
##########
@@ -1420,7 +1429,7 @@ static int fdcan_interrupt(int irq, void *context,
 
   if (irq == priv->config->mb_irq[0])
     {
-      fdcan_receive(priv);
+     fdcan_receive(priv);

Review Comment:
   @xiaoxiang781216 I retested again and there was no issues. I have back to 
previous one. Thank you.



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