rusefi-1/firmware/controllers/trigger/decoders/trigger_vw.h

16 lines
337 B
C

/*
* @file trigger_vw.h
*
* @date Aug 25, 2018
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#ifndef CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_
#define CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_
#include "trigger_structure.h"
void setVwConfiguration(TriggerWaveform *s);
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_ */