diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-13 19:30:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-03-13 19:30:52 +0000 |
commit | a5f92e68309aa5270602cb6e911c43c9bc370408 (patch) | |
tree | 4e8f618caa20c92446779668b491d337ea64ee5f /test | |
parent | cac6514204ed81c2dee8da04a313590ed8445159 (diff) | |
download | ChibiOS-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.c | 2 |
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;
}
|