git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8929 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-02-23 09:21:45 +00:00
parent e50143cb73
commit 2c413e733d
1 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ int32 OS_Milli2Ticks(uint32 milli_seconds) {
* *
* @param[out] sem_id pointer to a binary semaphore id variable * @param[out] sem_id pointer to a binary semaphore id variable
* @param[in] sem_name the binary semaphore name * @param[in] sem_name the binary semaphore name
* @param[in] sem_initial_value semaphore intial value * @param[in] sem_initial_value semaphore initial value
* @param[in] options semaphore options * @param[in] options semaphore options
* @return An error code. * @return An error code.
* *
@ -520,7 +520,7 @@ int32 OS_BinSemGetInfo(uint32 sem_id, OS_bin_sem_prop_t *bin_prop) {
* *
* @param[out] sem_id pointer to a counter semaphore id variable * @param[out] sem_id pointer to a counter semaphore id variable
* @param[in] sem_name the counter semaphore name * @param[in] sem_name the counter semaphore name
* @param[in] sem_initial_value semaphore intial value * @param[in] sem_initial_value semaphore initial value
* @param[in] options semaphore options * @param[in] options semaphore options
* @return An error code. * @return An error code.
* *