diff options
Diffstat (limited to 'src/chschd.c')
-rw-r--r-- | src/chschd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chschd.c b/src/chschd.c index cc89682a8..2de941f0a 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -32,7 +32,7 @@ ReadyList rlist; * @brief Scheduler initialization. * @note Internally invoked by the @p chSysInit(). */ -void chSchInit(void) { +void scheduler_init(void) { queue_init(&rlist); rlist.r_prio = NOPRIO; |