diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-04-11 09:23:49 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-04-11 09:23:49 +0000 |
commit | ca129dc5b437343cb35b38206363a9b5940971af (patch) | |
tree | cd9791a0ff49651d6917dcffb6ac03019bc6ab5d /os/common/oslib | |
parent | 7b2d689e16bc11ce37cb21308f8b80d3827d910c (diff) | |
download | ChibiOS-ca129dc5b437343cb35b38206363a9b5940971af.tar.gz ChibiOS-ca129dc5b437343cb35b38206363a9b5940971af.tar.bz2 ChibiOS-ca129dc5b437343cb35b38206363a9b5940971af.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10154 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/oslib')
-rw-r--r-- | os/common/oslib/include/chmboxes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/common/oslib/include/chmboxes.h b/os/common/oslib/include/chmboxes.h index fcb3225bc..c1f2d8bf6 100644 --- a/os/common/oslib/include/chmboxes.h +++ b/os/common/oslib/include/chmboxes.h @@ -159,10 +159,6 @@ static inline cnt_t chMBGetUsedCountI(mailbox_t *mbp) { /**
* @brief Returns the number of free message slots into a mailbox.
- * @note Can be invoked in any system state but if invoked out of a locked
- * state then the returned value may change after reading.
- * @note The returned value can be less than zero when there are waiting
- * threads on the internal semaphore.
*
* @param[in] mbp the pointer to an initialized mailbox_t object
* @return The number of empty message slots.
|