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

15 lines
253 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_
2015-01-12 16:05:46 -08:00
#include "engine.h"
2014-08-29 07:52:33 -07:00
2015-01-13 05:04:00 -08:00
void configureMiniCooperTriggerShape(TriggerShape *s);
2014-08-29 07:52:33 -07:00
#endif /* TRIGGER_BMW_H_ */