Skip to content

Commit

Permalink
Merge pull request contiki-os#2444 from arurke/fix-missing-renaming-t…
Browse files Browse the repository at this point in the history
…sch-schedule

Add missing renaming of TSCH schedule function per PR#2040
  • Loading branch information
nfi authored May 22, 2023
2 parents 0e6e385 + 6903efe commit ccce8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ remove_uc_link(const linkaddr_t *linkaddr)
{
if(linkaddr != NULL) {
uint16_t timeslot = get_node_timeslot(linkaddr);
tsch_schedule_remove_link_by_timeslot(sf_unicast, timeslot, 0);
tsch_schedule_remove_link_by_offsets(sf_unicast, timeslot, 0);
tsch_queue_free_packets_to(linkaddr);
}
}
Expand Down

0 comments on commit ccce8f5

Please sign in to comment.