mirror of https://github.com/ARMmbed/mbed-os.git
commit
7a8e8493b8
|
@ -27,7 +27,12 @@ rtos::Mutex::~Mutex()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
osStatus rtos::Mutex::lock(unsigned int)
|
osStatus rtos::Mutex::lock(void)
|
||||||
|
{
|
||||||
|
return osOK;
|
||||||
|
}
|
||||||
|
|
||||||
|
osStatus rtos::Mutex::lock(uint32_t millisec)
|
||||||
{
|
{
|
||||||
return osOK;
|
return osOK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue