Skip to content

Commit 2f86754

Browse files
committed
Add Kernel::impl::get_tick_count() stub
1 parent e77c61b commit 2f86754

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UNITTESTS/stubs/Kernel_stub.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
namespace rtos {
2121

2222
uint64_t Kernel::get_ms_count()
23+
{
24+
return impl::get_tick_count();
25+
26+
}
27+
uint64_t Kernel::impl::get_tick_count()
2328
{
2429
return 20;
2530
}

0 commit comments

Comments
 (0)