diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-06 15:33:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-06 15:33:35 +0000 |
commit | 0678da6352ac484d560086a7f08b533c171b3ef1 (patch) | |
tree | 6f72aef789299612d3de1f8412e73fab21e58220 /os/rt/include/chthreads.h | |
parent | 94db6c6fab0c7b453430190eef4a0d2ddc10b446 (diff) | |
download | ChibiOS-0678da6352ac484d560086a7f08b533c171b3ef1.tar.gz ChibiOS-0678da6352ac484d560086a7f08b533c171b3ef1.tar.bz2 ChibiOS-0678da6352ac484d560086a7f08b533c171b3ef1.zip |
More MISRA.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7718 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include/chthreads.h')
-rw-r--r-- | os/rt/include/chthreads.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h index 44b9e2032..6632d8d62 100644 --- a/os/rt/include/chthreads.h +++ b/os/rt/include/chthreads.h @@ -45,11 +45,6 @@ /*===========================================================================*/
/**
- * @brief Type of a thread reference.
- */
-typedef thread_t * thread_reference_t;
-
-/**
* @brief Thread function.
*/
typedef msg_t (*tfunc_t)(void *p);
|