diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 16:59:22 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 16:59:22 +0000 |
commit | cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84 (patch) | |
tree | b64efa9ea1ae837b2ba7602c5c638f926175dfa3 /os/rt/include | |
parent | 7f8bcc6c681e6632f33316c08cba46546c4924d5 (diff) | |
download | ChibiOS-cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84.tar.gz ChibiOS-cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84.tar.bz2 ChibiOS-cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84.zip |
Fixed Bug #793
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9925 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/include')
-rw-r--r-- | os/rt/include/chmtx.h | 1 | ||||
-rw-r--r-- | os/rt/include/chthreads.h | 1 |
2 files changed, 0 insertions, 2 deletions
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
|