aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 19:30:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 19:30:52 +0000
commita5f92e68309aa5270602cb6e911c43c9bc370408 (patch)
tree4e8f618caa20c92446779668b491d337ea64ee5f /test
parentcac6514204ed81c2dee8da04a313590ed8445159 (diff)
downloadChibiOS-a5f92e68309aa5270602cb6e911c43c9bc370408.tar.gz
ChibiOS-a5f92e68309aa5270602cb6e911c43c9bc370408.tar.bz2
ChibiOS-a5f92e68309aa5270602cb6e911c43c9bc370408.zip
Improvements to the priority lists.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@838 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 3be813bb2..887d56ecc 100644
--- a/test/test.c
+++ b/test/test.c
@@ -275,5 +275,5 @@ msg_t TestThread(void *p) {
else
test_println("SUCCESS");
- return 0;
+ return (msg_t)global_fail;
}