aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chschd.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-20 07:24:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-20 07:24:12 +0000
commit390ed322cb8f40cb9250021cde5f48acb928d291 (patch)
tree1dc550fc749284146c42417ff1d5d40ac1823d5f /os/kernel/include/chschd.h
parent25ddb1c801f06a3be7171e20dcfd46d11a75f112 (diff)
downloadChibiOS-390ed322cb8f40cb9250021cde5f48acb928d291.tar.gz
ChibiOS-390ed322cb8f40cb9250021cde5f48acb928d291.tar.bz2
ChibiOS-390ed322cb8f40cb9250021cde5f48acb928d291.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6001 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include/chschd.h')
-rw-r--r--os/kernel/include/chschd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chschd.h b/os/kernel/include/chschd.h
index 619800362..3aa189dcd 100644
--- a/os/kernel/include/chschd.h
+++ b/os/kernel/include/chschd.h
@@ -170,7 +170,7 @@ extern "C" {
/**
* @brief Determines if the current thread must reschedule.
- * @details This function returns @p TRUE if there is a ready thread with
+ * @details This function returns @p true if there is a ready thread with
* higher priority.
*
* @iclass
@@ -184,7 +184,7 @@ static inline bool chSchIsRescRequiredI(void) {
/**
* @brief Determines if yielding is possible.
- * @details This function returns @p TRUE if there is a ready thread with
+ * @details This function returns @p true if there is a ready thread with
* equal or higher priority.
*
* @sclass