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

16 lines
287 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file trigger_bmw.h
*
* @date May 11, 2014
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef TRIGGER_BMW_H_
#define TRIGGER_BMW_H_
#include "engine_configuration.h"
#include "ec2.h"
void configureMiniCooperTriggerShape(trigger_shape_s *s);
#endif /* TRIGGER_BMW_H_ */