From cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 19 Nov 2016 16:59:22 +0000 Subject: Fixed Bug #793 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9925 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chmtx.h | 1 - os/rt/include/chthreads.h | 1 - os/rt/src/chthreads.c | 1 - 3 files changed, 3 deletions(-) (limited to 'os') diff --git a/os/rt/include/chmtx.h b/os/rt/include/chmtx.h index c44930869..d58cd8f4b 100644 --- a/os/rt/include/chmtx.h +++ b/os/rt/include/chmtx.h @@ -96,7 +96,6 @@ struct ch_mutex { /* External declarations. */ /*===========================================================================*/ - #ifdef __cplusplus extern "C" { #endif diff --git a/os/rt/include/chthreads.h b/os/rt/include/chthreads.h index 1b29260ed..0fd206d19 100644 --- a/os/rt/include/chthreads.h +++ b/os/rt/include/chthreads.h @@ -414,7 +414,6 @@ static inline bool chThdQueueIsEmptyI(threads_queue_t *tqp) { return queue_isempty(tqp); } - /** * @brief Dequeues and wakes up one thread from the threads queue object. * @details Dequeues one thread from the queue without checking if the queue diff --git a/os/rt/src/chthreads.c b/os/rt/src/chthreads.c index df9b54dfe..6ca99904b 100644 --- a/os/rt/src/chthreads.c +++ b/os/rt/src/chthreads.c @@ -193,7 +193,6 @@ thread_t *chThdCreateSuspendedI(const thread_descriptor_t *tdp) { return _thread_init(tp, tdp->name, tdp->prio); } - /** * @brief Creates a new thread into a static memory area. * @details The new thread is initialized but not inserted in the ready list, -- cgit v1.2.3