Skip to content

Commit d44504d

Browse files
committed
rename cavl2_remove
1 parent 8625b28 commit d44504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcanard/canard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ int8_t canardRxUnsubscribe(struct CanardInstance* const ins,
14321432
if (sub_node != NULL)
14331433
{
14341434
struct CanardRxSubscription* const sub = MUTABLE_CONTAINER_OF(struct CanardRxSubscription, sub_node, base);
1435-
cavlRemove(&ins->rx_subscriptions[tk], sub_node);
1435+
cavl2_remove(&ins->rx_subscriptions[tk], sub_node);
14361436
CANARD_ASSERT(sub->port_id == port_id);
14371437
out = 1;
14381438
for (size_t i = 0; i < RX_SESSIONS_PER_SUBSCRIPTION; i++)

0 commit comments

Comments
 (0)