From ca129dc5b437343cb35b38206363a9b5940971af Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 11 Apr 2017 09:23:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10154 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chmboxes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/common/oslib') 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. -- cgit v1.2.3