diff options
-rw-r--r-- | core/host/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/host/timer.c b/core/host/timer.c index 162bb02644..e76e4b3e3b 100644 --- a/core/host/timer.c +++ b/core/host/timer.c @@ -60,7 +60,7 @@ timestamp_t _get_time(void) return ret; } -timestamp_t get_time(void) +test_mockable timestamp_t get_time(void) { timestamp_t ret = _get_time(); ret.val -= boot_time.val; |