fome-fw/firmware/controllers/malfunction_indicator.h

24 lines
510 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file malfunction_indicator.h
* @brief We can blink out OBD-II error codes using Malfunction Indicator Light (MIL)
*
*
* @date Dec 20, 2013
* @author Konstantin Nikonenko
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef MALFUNCTION_INDICATOR_H_
#define MALFUNCTION_INDICATOR_H_
#include "main.h"
#include "engine.h"
#if EFI_MALFUNCTION_INDICATOR || defined(__DOXYGEN__)
void initMalfunctionIndicator(void);
#endif /* EFI_MALFUNCTION_INDICATOR */
#endif /* MALFUNCTION_INDICATOR_H_ */