M62T vanos support #2243
This commit is contained in:
parent
6cae460f62
commit
24887adbb2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue