Skip to content

Commit

Permalink
encapsulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 7, 2024
1 parent a45b9ab commit 58abaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/controllers/system/timer/event_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ class EventQueue {
int size(void) const;
scheduling_s *getElementAtIndexForUnitText(int index);
scheduling_s * getHead();
void assertListIsSorted() const;

scheduling_s* getFreeScheduling();
void tryReturnScheduling(scheduling_s* sched);
private:
void assertListIsSorted() const;
/**
* this list is sorted
*/
Expand Down

0 comments on commit 58abaef

Please sign in to comment.