From d5ac15b9f2dfa917a3a25593b67a9fcb60142868 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 25 Apr 2024 14:19:32 -0700 Subject: [PATCH] test --- unit_tests/global_mocks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/global_mocks.cpp b/unit_tests/global_mocks.cpp index c8631e7052..7acab73feb 100644 --- a/unit_tests/global_mocks.cpp +++ b/unit_tests/global_mocks.cpp @@ -15,7 +15,7 @@ efitimeus_t getTimeNowUs() { return timeNowUs; } -efitimesec_t getTimeNowS() { +int64_t getTimeNowS() { return getTimeNowUs() / 1000 / 1000; }