/* * @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 "engine.h" void setVwConfiguration(TriggerShape *s DECLARE_ENGINE_PARAMETER_SUFFIX); #endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_ */