17 lines
347 B
C
17 lines
347 B
C
/**
|
|
* @file mitsubishi.h
|
|
*
|
|
* @date Aug 5, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
|
*/
|
|
#ifndef MITSUBISHI_H_
|
|
#define MITSUBISHI_H_
|
|
|
|
#include "main.h"
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setMitsubishiConfiguration(engine_configuration_s *engineConfiguration, board_configuration_s *boardConfiguration);
|
|
|
|
#endif /* MITSUBISHI_H_ */
|