mirror of https://github.com/ARMmbed/mbed-os.git
Add ThisThread Chrono stubs
parent
ee88235e69
commit
74a51b6782
|
@ -23,8 +23,16 @@ void ThisThread::sleep_until(uint64_t millisec)
|
|||
{
|
||||
}
|
||||
|
||||
void ThisThread::sleep_until(Kernel::Clock::time_point abs_time)
|
||||
{
|
||||
}
|
||||
|
||||
void ThisThread::sleep_for(uint32_t millisec)
|
||||
{
|
||||
}
|
||||
|
||||
void ThisThread::sleep_for(Kernel::Clock::duration_u32 rel_time)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue