move scheduling_s::getMoments method definition into .cpp-file because pch.h defines NT2US macro

This commit is contained in:
kifir 2024-05-02 22:33:36 +03:00 committed by rusEFI LLC
parent 1841b38810
commit 1f1e0c2a38
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ void * action_s::getArgument() const {
#if EFI_UNIT_TEST
efitick_t scheduling_s::getMomentUs() {
return momentX;
return NT2US(momentX);
}
#endif