M62T vanos support #2243

This commit is contained in:
rusefillc 2021-02-09 09:40:08 -05:00
parent 6cae460f62
commit 24887adbb2
1 changed files with 1 additions and 1 deletions

View File

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