mirror of https://github.com/ARMmbed/mbed-os.git
RTOS: SysTimer: Fix test compilation error on ARM & IAR
parent
20013d75d6
commit
ec59cbb6f8
|
@ -128,7 +128,7 @@ const ticker_data_t mock_ticker_data = {
|
||||||
void mock_ticker_reset()
|
void mock_ticker_reset()
|
||||||
{
|
{
|
||||||
mock_ticker_timestamp = 0;
|
mock_ticker_timestamp = 0;
|
||||||
mock_ticker_event_queue = {0};
|
memset(&mock_ticker_event_queue, 0, sizeof mock_ticker_event_queue);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Test tick count is zero upon creation
|
/** Test tick count is zero upon creation
|
||||||
|
|
Loading…
Reference in New Issue