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 --- os/rt/include/chthreads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/rt/include') diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h index aca3e1d78..690c45f7f 100644 --- a/os/rt/include/chthreads.h +++ b/os/rt/include/chthreads.h @@ -49,7 +49,7 @@ /** * @brief Thread function. */ -typedef msg_t (*tfunc_t)(void *p); +typedef void (*tfunc_t)(void *p); /*===========================================================================*/ /* Module macros. */ -- cgit v1.2.3