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


##########
arch/arm/src/stm32h7/stm32_fdcan_sock.c:
##########
@@ -1276,6 +1279,12 @@ static void fdcan_receive_work(void *arg)
 
 static void fdcan_txdone(struct fdcan_driver_s *priv)
 {
+  /* DEBUG
+   * printf("[vmay] TXDONE: IR=0x%lx RXF0S=0x%lx\n",

Review Comment:
   yes, for sure! I forgot to remove the comments. Thank you!



##########
arch/arm/src/stm32h7/stm32_fdcan_sock.c:
##########
@@ -2042,6 +2051,11 @@ int fdcan_initialize(struct fdcan_driver_s *priv)
 
   irqstate_t flags = enter_critical_section();
 
+  /* DEBUG

Review Comment:
   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