git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8930 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
2c413e733d
commit
2240934707
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in New Issue