16 lines
334 B
C
16 lines
334 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(TriggerShape *s);
|
|
|
|
#endif /* CONTROLLERS_TRIGGER_DECODERS_TRIGGER_VW_H_ */
|