rusefi-1/firmware/controllers/trigger/trigger_gm.h

16 lines
256 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file trigger_gm.h
*
* @date Mar 28, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef TRIGGER_GM_H_
#define TRIGGER_GM_H_
#include "trigger_structure.h"
2014-09-12 18:05:24 -07:00
void configureGmTriggerShape(trigger_shape_s *s);
2014-08-29 07:52:33 -07:00
#endif /* TRIGGER_GM_H_ */