rusefi-1/firmware/config/engines/rover_v8.h

16 lines
303 B
C

/**
* @file rover_v8.h
*
* @date Jun 27, 2014
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef ROVER_V8_H_
#define ROVER_V8_H_
#include "engine.h"
void setFrankenstein_01_LCD(board_configuration_s *boardConfiguration);
void setRoverv8(DECLARE_ENGINE_PARAMETER_F);
#endif /* ROVER_V8_H_ */