Open sarenameas opened 3 years ago
In https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/canfd/src/xcanfd.c#L547 we have this comment:
/* Assign buffer number to user */ *TxBufferNumber = FreeTxBuffer; /* Make That buffer as transmitted */ return XST_SUCCESS;
Is there some missing code to "Mark that buffer as transmitted"?
Redundant comments will remove in next release.
In https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/canfd/src/xcanfd.c#L547 we have this comment:
Is there some missing code to "Mark that buffer as transmitted"?