We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f8f86 commit 8993d5fCopy full SHA for 8993d5f
libcanard/canard.c
@@ -340,7 +340,7 @@ CANARD_PRIVATE struct CanardTxQueueItem* txAllocateQueueItem(struct CanardTxQueu
340
/// Frames with identical CAN ID that are added later always compare greater than their counterparts with same CAN ID.
341
/// This ensures that CAN frames with the same CAN ID are transmitted in the FIFO order.
342
/// Frames that should be transmitted earlier compare smaller (i.e., put on the left side of the tree).
343
-CANARD_PRIVATE int8_t txAVLPriorityPredicate( //
+CANARD_PRIVATE long txAVLPriorityPredicate( //
344
void* const user_reference, // NOSONAR Cavl API requires pointer to non-const.
345
const struct CanardTreeNode* const node)
346
{
0 commit comments