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
parent 8345f8a601
commit 2578d27b79
2 changed files with 5 additions and 3 deletions

View File

@ -19,3 +19,7 @@ schfunc_t action_s::getCallback() const {
void * action_s::getArgument() const {
return m_param;
}
efitick_t scheduling_s::getMomentUs() {
return NT2US(momentX);
}

View File

@ -65,9 +65,7 @@ struct scheduling_s {
return momentX;
}
efitick_t getMomentUs() {
return NT2US(momentX);
}
efitick_t getMomentUs();
efitick_t getMomentRaw() {
return momentX;