From 15d0007e9687428fe314e1369a9bb4eeb427cfcc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 3 Apr 2015 12:48:22 +0000 Subject: Mass change, all thread functions now return void. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7849 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/test.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/rt/test.h') diff --git a/test/rt/test.h b/test/rt/test.h index 90f7b977f..da080db2d 100644 --- a/test/rt/test.h +++ b/test/rt/test.h @@ -76,10 +76,12 @@ union test_buffers { }; #endif +extern bool test_global_fail; + #ifdef __cplusplus extern "C" { #endif - msg_t TestThread(void *p); + void TestThread(void *p); void test_printn(uint32_t n); void test_print(const char *msgp); void test_println(const char *msgp); -- cgit v1.2.3