aboutsummaryrefslogtreecommitdiffstats
path: root/src/chlists.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-24 11:55:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-24 11:55:40 +0000
commitb72177007695129c089c58f65d05ae6178f604a3 (patch)
tree105973ae8132ba54df94ce7f997010583d48a811 /src/chlists.c
parent56c0992fe6abb5b06f74f8518eb07b9bc63eac99 (diff)
downloadChibiOS-b72177007695129c089c58f65d05ae6178f604a3.tar.gz
ChibiOS-b72177007695129c089c58f65d05ae6178f604a3.tar.bz2
ChibiOS-b72177007695129c089c58f65d05ae6178f604a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@441 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chlists.c')
-rw-r--r--src/chlists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chlists.c b/src/chlists.c
index dcb3b0412..3f5f3e8ee 100644
--- a/src/chlists.c
+++ b/src/chlists.c
@@ -114,6 +114,7 @@ void list_insert(Thread *tp, ThreadsList *tlp) {
*
* @param tlp the pointer to the threads list header
* @return the removed thread pointer
+ * @note The list must be non-empty before calling this function.
*/
Thread *list_remove(ThreadsList *tlp) {