From b72177007695129c089c58f65d05ae6178f604a3 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 24 Sep 2008 11:55:40 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@441 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chlists.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chlists.c') 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) { -- cgit v1.2.3