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


##########
arch/arm/src/stm32h7/stm32_fdcan_sock.c:
##########
@@ -2284,7 +2306,21 @@ int fdcan_initialize(struct fdcan_driver_s *priv)
 
   regval = (ram_offset << FDCAN_RXF0C_F0SA_SHIFT) & FDCAN_RXF0C_F0SA_MASK;
   regval |= (NUM_RX_FIFO0 << FDCAN_RXF0C_F0S_SHIFT) & FDCAN_RXF0C_F0S_MASK;
+
+  /* DEBUG
+   * printf("[vmay] NUM_RX_FIFO0=%d SHIFT=%d MASK=0x%lx\n",

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