mirror of https://github.com/rusefi/rusefi-1.git
14 lines
225 B
C
14 lines
225 B
C
|
/*
|
||
|
* @file afm2mapConverter.h
|
||
|
*
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||
|
* @date Jan 20, 2018
|
||
|
*/
|
||
|
|
||
|
#ifndef AFM2MAPCONVERTER_H_
|
||
|
#define AFM2MAPCONVERTER_H_
|
||
|
|
||
|
void printConvertedTable();
|
||
|
|
||
|
#endif /* AFM2MAPCONVERTER_H_ */
|