hiding stuff from unit tests

This commit is contained in:
rusefillc 2023-07-06 17:01:02 -04:00
parent c2c5d5b01f
commit 4bbc0a8189
1 changed files with 1 additions and 2 deletions

View File

@ -38,9 +38,8 @@ public:
virtual void start() {
#if !EFI_UNIT_TEST
chVTObjectInit(&timer);
#endif // EFI_UNIT_TEST
runAndScheduleNext(this);
#endif // EFI_UNIT_TEST
}
};