diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-17 20:00:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-17 20:00:10 +0000 |
commit | 3c4a61a7d538e856b2d5c3763cb61ce66b728cef (patch) | |
tree | 2b26745e3286f855feb15f8be7ce40c076fb2f59 /src/chschd.c | |
parent | 1d23eb296156769cff3e41bd7026db1cd2538664 (diff) | |
download | ChibiOS-3c4a61a7d538e856b2d5c3763cb61ce66b728cef.tar.gz ChibiOS-3c4a61a7d538e856b2d5c3763cb61ce66b728cef.tar.bz2 ChibiOS-3c4a61a7d538e856b2d5c3763cb61ce66b728cef.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@475 35acf78f-673a-0410-8e92-d51de3d6d3f4
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 c9e4608ca..2ac2a9e1d 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -171,7 +171,7 @@ void chSchWakeupS(Thread *ntp, msg_t msg) { /** * Switch to the first thread on the runnable queue. * - * @note It is intended to be called if \p chSchRescRequired() evaluates to \p TRUE. + * @note It is intended to be called if \p chSchRescRequiredI() evaluates to \p TRUE. */ void chSchDoRescheduleI(void) { |