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

master
Giovanni Di Sirio 2016-02-23 09:22:40 +00:00
parent 2c413e733d
commit 2240934707
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ int32 OS_MutSemTake(uint32 sem_id) {
* *
* @api * @api
*/ */
int32 OSMutSemGetIdByName(uint32 *sem_id, const char *sem_name) { int32 OS_MutSemGetIdByName(uint32 *sem_id, const char *sem_name) {
/* NULL pointer checks.*/ /* NULL pointer checks.*/
if ((sem_id == NULL) || (sem_name == NULL)) { if ((sem_id == NULL) || (sem_name == NULL)) {