From 944d1768568239c4d9901726ff133bd43f56863e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 10 Mar 2017 22:12:05 -0500 Subject: sched: Rename sched_timer() to sched_add_timer() Signed-off-by: Kevin O'Connor --- docs/Code_Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Code_Overview.md') diff --git a/docs/Code_Overview.md b/docs/Code_Overview.md index 207b37f4..ee640457 100644 --- a/docs/Code_Overview.md +++ b/docs/Code_Overview.md @@ -54,7 +54,7 @@ functions should never pause, delay, or do any work that lasts more than a few micro-seconds. These functions schedule work at specific times by scheduling timers. -Timer functions are scheduled by calling sched_timer() (located in +Timer functions are scheduled by calling sched_add_timer() (located in **src/sched.c**). The scheduler code will arrange for the given function to be called at the requested clock time. Timer interrupts are initially handled in an architecture specific interrupt handler -- cgit v1.2.3-70-g09d2