VVT verbose fix

This commit is contained in:
rusefi 2021-07-21 21:35:26 -04:00
parent d5c1110508
commit fbab735587
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ protected:
class VvtTriggerConfiguration final : public TriggerConfiguration {
public:
VvtTriggerConfiguration() : TriggerConfiguration("TRG ") {}
VvtTriggerConfiguration() : TriggerConfiguration("VVT ") {}
// todo: is it possible to make 'index' constructor argument?
int index = 0;