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 8625b28 commit d44504dCopy full SHA for d44504d
libcanard/canard.c
@@ -1432,7 +1432,7 @@ int8_t canardRxUnsubscribe(struct CanardInstance* const ins,
1432
if (sub_node != NULL)
1433
{
1434
struct CanardRxSubscription* const sub = MUTABLE_CONTAINER_OF(struct CanardRxSubscription, sub_node, base);
1435
- cavlRemove(&ins->rx_subscriptions[tk], sub_node);
+ cavl2_remove(&ins->rx_subscriptions[tk], sub_node);
1436
CANARD_ASSERT(sub->port_id == port_id);
1437
out = 1;
1438
for (size_t i = 0; i < RX_SESSIONS_PER_SUBSCRIPTION; i++)
0 commit comments