LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
osal_time_fake_provider.c
Go to the documentation of this file.
2
4{
5 static const osal_time_ops_t OPS = {
6 .now = fake_time_now
7 };
8 return &OPS;
9}
const osal_time_ops_t * osal_time_test_fake_ops(void)
osal_time_status_t(* now)(osal_time_t *out)