mirror of https://github.com/ARMmbed/mbed-os.git
Update the unit test stubs as per API changes
parent
87c557c288
commit
14606b5e08
|
|
@ -60,7 +60,7 @@ void EventQueue::background(Callback<void(int)> update)
|
|||
{
|
||||
}
|
||||
|
||||
void EventQueue::chain(EventQueue *target)
|
||||
int EventQueue::chain(EventQueue *target)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ void equeue_background(equeue_t *queue,
|
|||
|
||||
}
|
||||
|
||||
void equeue_chain(equeue_t *queue, equeue_t *target)
|
||||
int equeue_chain(equeue_t *queue, equeue_t *target)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue